diff options
author | Étienne Loks <etienne.loks@peacefrogs.net> | 2012-09-23 16:30:05 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2012-09-23 16:30:05 +0200 |
commit | 0e9372de5990945ed30dbca6dcf6e422fc864065 (patch) | |
tree | 13fe2027f762c24e940445b09a74b009e94aefd3 /static | |
parent | 381a30bed3702301b216468d1a2f609e3c68bad3 (diff) | |
download | Ishtar-0e9372de5990945ed30dbca6dcf6e422fc864065.tar.bz2 Ishtar-0e9372de5990945ed30dbca6dcf6e422fc864065.zip |
CSS: Change highlight color
Diffstat (limited to 'static')
-rw-r--r-- | static/media/style.css | 16 |
1 files changed, 15 insertions, 1 deletions
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; |