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 | 1b173c7353631e40b0f40d5cf7d60ad0b664aa9d (patch) | |
| tree | 13fe2027f762c24e940445b09a74b009e94aefd3 /static | |
| parent | 0fe78b586b32690c9f0377fbec9e80f790907456 (diff) | |
| download | Ishtar-1b173c7353631e40b0f40d5cf7d60ad0b664aa9d.tar.bz2 Ishtar-1b173c7353631e40b0f40d5cf7d60ad0b664aa9d.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; | 
