aboutsummaryrefslogtreecommitdiff
path: root/static/css/txt/amber.css
diff options
context:
space:
mode:
authorLibravatar Señor X 2019-03-31 04:51:31 -0300
committerLibravatar Señor X 2019-03-31 04:51:31 -0300
commit2535cc0e31382f4ecc16aa6a1988a80455356270 (patch)
treed836677edf472e42a3152869282aa41ea093a4d3 /static/css/txt/amber.css
parent7a28fa5875bec5dcb6736fb58d95b939e85f0e5e (diff)
downloadweabot-2535cc0e31382f4ecc16aa6a1988a80455356270.tar.gz
weabot-2535cc0e31382f4ecc16aa6a1988a80455356270.tar.xz
weabot-2535cc0e31382f4ecc16aa6a1988a80455356270.zip
Cambiando #themeSelector a que tome todo select
Diffstat (limited to 'static/css/txt/amber.css')
-rw-r--r--static/css/txt/amber.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/static/css/txt/amber.css b/static/css/txt/amber.css
index 3f2902f..71b6dc4 100644
--- a/static/css/txt/amber.css
+++ b/static/css/txt/amber.css
@@ -11,8 +11,8 @@ h3 span,#size,.abbrev{color:#f00}
hr{background:#f9690e;border:0;height:1px;box-shadow:0 0 10px #f9690e}
.spoil{background:#f9690e;color:#f9690e;text-shadow:none}.spoil:hover{color:#000}
input,button{font-family:monospace}
-input,input[type="submit"],input[type="button"],input[type="text"],textarea,button,#themeSelector{background:#000;border:1px solid #f9690e;color:#f9690e;text-shadow:1px 1px #000}
-input[type="text"]:focus,textarea:focus{background:#3a1903}
+input,input[type="submit"],input[type="button"],input[type="text"],textarea,button,select{background:#000;border:1px solid #f9690e;color:#f9690e;text-shadow:1px 1px #000}
+input[type="text"]:focus,textarea:focus,select:focus{background:#3a1903}
input[type=submit]:active,input[type=button]:active,button:active{background:#f9690e;border-style:solid;color:#000}
#main_nav{background:#000;box-shadow: 0 0 10px}
.outerbox,.innerbox{border:1px solid #f9690e}