mirror of
https://github.com/meineerde/redmine.git
synced 2025-10-17 17:01:01 +00:00
Lighter colors for journal details in issue history (#20370).
Patch by budo kaiman. git-svn-id: http://svn.redmine.org/redmine/trunk@14686 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
5c441cffca
commit
5ad4bee389
@ -1,5 +1,5 @@
|
||||
html {overflow-y:scroll;}
|
||||
body { font-family: Verdana, sans-serif; font-size: 12px; color:#484848; margin: 0; padding: 0; min-width: 900px; }
|
||||
body { font-family: Verdana, sans-serif; font-size: 12px; color:#333; margin: 0; padding: 0; min-width: 900px; }
|
||||
|
||||
h1, h2, h3, h4 {font-family: "Trebuchet MS", Verdana, sans-serif;padding: 2px 10px 1px 0px;margin: 0 0 10px 0;}
|
||||
#content h1, h2, h3, h4 {color: #555;}
|
||||
@ -331,7 +331,7 @@ div.square {
|
||||
form {display: inline;}
|
||||
input, select {vertical-align: middle; margin-top: 1px; margin-bottom: 1px;}
|
||||
fieldset {border: 1px solid #e4e4e4; margin:0;}
|
||||
legend {color: #484848;}
|
||||
legend {color: #333;}
|
||||
hr { width: 100%; height: 1px; background: #ccc; border: 0;}
|
||||
blockquote { font-style: italic; border-left: 3px solid #e0e0e0; padding-left: 0.6em; margin-left: 2.4em;}
|
||||
blockquote blockquote { margin-left: 0;}
|
||||
@ -385,6 +385,9 @@ div#issue-changesets p { margin-top: 0; margin-bottom: 1em;}
|
||||
.journal ul.details img {margin:0 0 -3px 4px;}
|
||||
div.journal {overflow:auto;}
|
||||
div.journal.private-notes {border-left:2px solid #d22; padding-left:4px; margin-left:-6px;}
|
||||
div.journal ul.details {color:#959595; margin-bottom: 1.5em;}
|
||||
div.journal ul.details a {color:#70A7CD;}
|
||||
div.journal ul.details a:hover {color:#D14848;}
|
||||
|
||||
div#activity dl, #search-results { margin-left: 2em; }
|
||||
div#activity dd, #search-results dd { margin-bottom: 1em; padding-left: 18px; font-size: 0.9em; }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user