diff options
| author | Rob Peters <makitso@gmail.com> | 2010-04-26 23:29:26 +0000 |
|---|---|---|
| committer | Rob Peters <makitso@gmail.com> | 2010-04-26 23:29:26 +0000 |
| commit | 3b12ed341e9036e2ef1c9a3f736b7b152f843ff1 (patch) | |
| tree | e51f12593377fe20f244a78604a2cc6b1da6a263 /themes/colors/css/shinytomato.css | |
| parent | 766188433fd1fec6d60b930e6b2ae08e8dfb9c7e (diff) | |
| download | webtrees-3b12ed341e9036e2ef1c9a3f736b7b152f843ff1.tar.gz webtrees-3b12ed341e9036e2ef1c9a3f736b7b152f843ff1.tar.bz2 webtrees-3b12ed341e9036e2ef1c9a3f736b7b152f843ff1.zip | |
Change pending edits display from red/blue boxes to strikeout text and blue box (like FAB theme)
Diffstat (limited to 'themes/colors/css/shinytomato.css')
| -rw-r--r-- | themes/colors/css/shinytomato.css | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/themes/colors/css/shinytomato.css b/themes/colors/css/shinytomato.css index a95a5575e7..d8539d1ec2 100644 --- a/themes/colors/css/shinytomato.css +++ b/themes/colors/css/shinytomato.css @@ -96,10 +96,6 @@ text-decoration: none; color:#fc6d1d; } -.namered { -border: solid #fc6d1d 1px; -} - .facts_labelred, .facts_valuered { border: solid #fc6d1d 2px; } @@ -777,10 +773,6 @@ font-size: 12px; font-weight: bold; } -.nameblue { -border: solid blue 1px; -} - .details1 { font-size: 10px; text-decoration:none; @@ -1328,12 +1320,14 @@ margin: 0; background: #dfeeff; } -.change_new { -border: solid #999 2px; +/* Pending edits */ +.change_new, .nameblue { + border: solid blue 2px !important; } -.change_old { -border: solid #ff0000 2px; +.change_old, .namered { + color: black !important; + text-decoration:line-through !important; } .door { |
