diff --git a/stylesheets/dark.css b/stylesheets/dark.css index 91a9435f..7d81f56d 100644 --- a/stylesheets/dark.css +++ b/stylesheets/dark.css @@ -168,6 +168,7 @@ table.modlog tr th { .desktop-style div.boardlist:nth-child(1) { text-shadow: black 1px 1px 1px, black -1px -1px 1px, black -1px 1px 1px, black 1px -1px 1px; + background-color: #666666; } diff --git a/stylesheets/photon.css b/stylesheets/photon.css index 310bd098..db189d77 100644 --- a/stylesheets/photon.css +++ b/stylesheets/photon.css @@ -325,3 +325,7 @@ form table tr td div { .recaptchatable .recaptcha_image_cell { padding: 0px !important; } + +.desktop-style div.boardlist:nth-child(1) { + background-color: #DDDDDD; +} diff --git a/stylesheets/style.css b/stylesheets/style.css index 52a985c3..d6aeab3a 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -557,11 +557,15 @@ table.mod.config-editor input[type="text"] { /*text-shadow: white 1px 0 6px, white 1px 0 6px, black 1px 0 3px;*/ margin-top: 0; z-index: 30; + box-shadow: 0 1px 2px rgba(0, 0, 0, .15); + border-bottom: 1px solid; + background-color: #D6DAF0; } -.desktop-style div.boardlist:nth-child(1):hover, .desktop-style div.boardlist:nth-child(1).cb-menu { +/*.desktop-style div.boardlist:nth-child(1):hover, .desktop-style div.boardlist:nth-child(1).cb-menu { +>>>>>>> f3d7ef5801ae050ed2338156d888c6ed858789a9 background-color: rgba(90%, 90%, 90%, 0.6); -} +}*/ .desktop-style body { padding-top: 20px; diff --git a/stylesheets/yotsuba.css b/stylesheets/yotsuba.css index 0b603399..845a5f67 100644 --- a/stylesheets/yotsuba.css +++ b/stylesheets/yotsuba.css @@ -62,3 +62,7 @@ table.modlog tr th { #options_div { background: #f0e0d6; } + +.desktop-style div.boardlist:nth-child(1) { + background-color: #F0E0D6; +}