aboutsummaryrefslogtreecommitdiff
path: root/static/css/txt/headline.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/headline.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/headline.css')
-rw-r--r--static/css/txt/headline.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/css/txt/headline.css b/static/css/txt/headline.css
index a193ce2..c65d64f 100644
--- a/static/css/txt/headline.css
+++ b/static/css/txt/headline.css
@@ -8,7 +8,7 @@ h2,h3{background:#EEE;border-bottom:2px solid #F70;display:inline-block;padding:
h3{margin:0.7em 0}
h4{background:#EEE;border-bottom:1px solid #BBB;padding:0 3px}
hr{display:none}
-input,input[type="submit"],input[type="button"],input[type="text"],textarea,button{border:1px solid #000}
+input,input[type="submit"],input[type="button"],input[type="text"],textarea,button,select{border:1px solid #000}
input[type="submit"],input[type="button"],button{background:#DDD}
input[type="submit"]:active,input[type="button"]:active,button:active{background:#CCC;border-style:solid}
.outerbox,#titlebox .innerbox:first-child,.postform,.lastposts,#content{background:#EEE;border-bottom:2px solid #BBB}