aboutsummaryrefslogtreecommitdiff
path: root/default.css
diff options
context:
space:
mode:
authorBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2010-01-29 00:12:46 +0100
committerBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2010-01-29 00:12:46 +0100
commitae032a8c4c7da5ea77cdc6f99c3a85ae86cbb858 (patch)
tree4fb52c4cc4a52098d2d3e3c3ce5ad62739be40f0 /default.css
parent42a960b77b6248be1d38bf84d4ba4475f50b66c5 (diff)
new navigation with times
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}