diff options
Diffstat (limited to 'themes/colors/css/greenbeam.css')
| -rw-r--r-- | themes/colors/css/greenbeam.css | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/themes/colors/css/greenbeam.css b/themes/colors/css/greenbeam.css index 5834be416e..8c83182769 100644 --- a/themes/colors/css/greenbeam.css +++ b/themes/colors/css/greenbeam.css @@ -96,10 +96,6 @@ text-decoration: none; color:#03961e; } -.namered { -border: solid #03961e 1px; -} - .facts_labelred, .facts_valuered { border: solid #03961e 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 { |
