diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2020-02-10 10:59:49 +0100 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2020-02-10 10:59:49 +0100 |
commit | cb6f0e8c3f2abe2bf895320a58a466c7a766dbf9 (patch) | |
tree | cff62e97ab013cc39a181587c69c0f4a37aeabb4 /assets | |
parent | c0a2817accea23837ab85b8ba31aabc7fbb20fc3 (diff) | |
download | wcms-cb6f0e8c3f2abe2bf895320a58a466c7a766dbf9.tar.gz wcms-cb6f0e8c3f2abe2bf895320a58a466c7a766dbf9.zip |
deep search bar close #53
Diffstat (limited to 'assets')
-rw-r--r-- | assets/css/home.css | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/assets/css/home.css b/assets/css/home.css index e57e7cf..a68e3b0 100644 --- a/assets/css/home.css +++ b/assets/css/home.css @@ -62,7 +62,7 @@ aside .submenu * { aside summary { - color: grey; + color: black; } aside details > summary::-webkit-details-marker { @@ -71,8 +71,9 @@ aside details > summary::-webkit-details-marker { aside summary:hover { - color: black; + /* color: white; */ cursor: pointer; + background-color: lightgrey; } @@ -91,6 +92,15 @@ aside.home details#bookmarks ul { } +div#deepsearchbar { + background-color: lightgrey; +} + +input#search { + width: 30%; +} + + aside .submenu code { @@ -606,3 +616,4 @@ footer { + |