aboutsummaryrefslogtreecommitdiff
path: root/default.css
diff options
context:
space:
mode:
Diffstat (limited to 'default.css')
-rw-r--r--default.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/default.css b/default.css
index 7b01c98..36c52fa 100644
--- a/default.css
+++ b/default.css
@@ -69,9 +69,11 @@ input.navigation, input.disabled, input.chosen, input.notchosen {
}
input.navigation {
- background-color: #EEE;
border: none;
}
+.navigation{
+ background-color: #EEE;
+}
input.disabled { background-color:#eee;color:#ccc}