summaryrefslogtreecommitdiffstats
path: root/skins/contrib
diff options
context:
space:
mode:
Diffstat (limited to 'skins/contrib')
-rw-r--r--skins/contrib/Mozilla/global.css8
1 files changed, 6 insertions, 2 deletions
diff --git a/skins/contrib/Mozilla/global.css b/skins/contrib/Mozilla/global.css
index f52d557ae..58936a6d8 100644
--- a/skins/contrib/Mozilla/global.css
+++ b/skins/contrib/Mozilla/global.css
@@ -8,7 +8,7 @@ body {
color: #404040;
}
-body, td, th, input, select, textarea, option, optgroup, .text_input {
+body, td, th, input, select, option, optgroup, .text_input {
font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
}
@@ -29,10 +29,14 @@ select[multiple], textarea, input[type=text], .text_input, .yui-ac-input, input
box-shadow: inset 0 1px rgba(0, 0, 0, 0.1);
background: white;
padding: 5px;
- font-size: 1em;
color: #404040;
}
+select[multiple], input[type=text], .text_input, .yui-ac-input, input {
+ font-size: 1em;
+}
+
+
select[multiple]:focus, textarea:focus, input[type=text]:focus, .text-input:focus, -yui-ac-input:focus, input:focus {
border-color: #42a4e0;
-webkit-box-shadow: 0 0 0 2px rgba(73,173,227,0.4);