diff options
Diffstat (limited to 'static/css/txt/ciber.css')
-rw-r--r-- | static/css/txt/ciber.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/css/txt/ciber.css b/static/css/txt/ciber.css index 5039e0e..e09d223 100644 --- a/static/css/txt/ciber.css +++ b/static/css/txt/ciber.css @@ -12,8 +12,8 @@ h3{margin:8px 0} h3 span,#size,.abbrev{color:#639} hr{background:#2A4A75;border:0;height:1px;box-shadow:0 0 10px #2A4A75} .spoil{background:#2A4A75;color:#2A4A75;text-shadow:none}.spoil:hover{color:#000} -input:active,input:focus,textarea:active,textarea:focus,button:active,button:active{box-shadow:0 0 15px} -.outerbox input,.outerbox textarea,#themeSelector{background:#002f00;border:1px solid #68F855;color:#68F855} +input:active,input:focus,textarea:focus,button:active,button:active,select:focus{box-shadow:0 0 15px} +.outerbox input,.outerbox textarea,select{background:#002f00;border:1px solid #68F855;color:#68F855} .outerbox input[type=submit],.outerbox input[type=button],.outerbox button{background:#0F0;border:3px outset #0F0;color:#000} .outerbox input[type=submit]:active,.outerbox input[type=button]:active,.outerbox button:active{background:#0C0;border-style:inset} .threadpage input,.threadpage textarea,.thread input,.thread textarea{background:#000;border:1px solid #2A4A75;color:#2A4A75;text-shadow:1px 1px #000} |