diff options
Diffstat (limited to 'css/tbc_external_review.css')
-rwxr-xr-x | css/tbc_external_review.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/css/tbc_external_review.css b/css/tbc_external_review.css index 4bb9584..c4f1507 100755 --- a/css/tbc_external_review.css +++ b/css/tbc_external_review.css @@ -31,9 +31,15 @@ .error-comment { background: tomato !important; } +.manages-comment { + background: tomato !important; +} .dull { background: #424242 !important; } +.dulls { + background: #888888 !important; +} .toggle-hide-show { float: right; padding: 5px 7px; @@ -49,6 +55,7 @@ transition: color .5s ease-out .1s; font-weight: bold; } + .toggle-hide-show:hover { cursor: pointer; background: #424242; |