diff options
Diffstat (limited to 'public')
-rw-r--r-- | public/stylesheets/application.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 911646104..4f708c907 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -358,6 +358,9 @@ table#time-report tbody tr.last-level { font-style: normal; color: #555; } table#time-report tbody tr.total { font-style: normal; font-weight: bold; color: #555; background-color:#EEEEEE; } table#time-report .hours-dec { font-size: 0.9em; } +div.wiki-page .contextual a {opacity: 0.4} +div.wiki-page .contextual a:hover {opacity: 1} + form .attributes { margin-bottom: 8px; } form .attributes p { padding-top: 1px; padding-bottom: 2px; } form .attributes select { width: 60%; } |