From 0e9372de5990945ed30dbca6dcf6e422fc864065 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Sun, 23 Sep 2012 16:30:05 +0200 Subject: CSS: Change highlight color --- static/media/style.css | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/static/media/style.css b/static/media/style.css index b126e7e22..ef58a1b0a 100644 --- a/static/media/style.css +++ b/static/media/style.css @@ -1,3 +1,14 @@ +/* background color */ +.ui-widget-content .ui-state-highlight{ + background-color:#ff6e6e; +} + +/* color */ +a { + color:#D14; +} + + body{ font-family:Arial, Helvetica, sans-serif; font-size: 11pt; @@ -10,7 +21,6 @@ body{ a { text-decoration:none; - color:#D14; } caption, h3 { @@ -304,6 +314,10 @@ table.confirm tr.spacer td:last-child{ color:#D14; } +.ui-widget-content .ui-state-highlight{ + background-image:none; +} + .sheet{ width:760px; position:fixed; -- cgit v1.2.3