Skip to content

Commit

Permalink
Fix text color in growler log.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Jan 12, 2015
1 parent e7acf44 commit 1bc563d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions horde/themes/default/screen.css
Expand Up @@ -1288,6 +1288,9 @@ ul.horde-tags {
background-position: 3px center;
background-repeat: no-repeat;
}
#GrowlerLog ul li.horde-error {
color: #fff;
}
#GrowlerLog ul li:last-child {
border: 0;
}
Expand Down Expand Up @@ -1322,6 +1325,7 @@ div.GrowlerNoticeExit {
.horde-error {
background-color: #f03232;
border-color: #cb2a2a;
color: #fff;
}
.horde-warning {
background-color: #ffdf4d;
Expand All @@ -1335,9 +1339,6 @@ div.GrowlerNoticeExit {
background-color: #f49e51;
border-color: #d38847;
}
.horde-error {
color: #fff;
}

/* Auto completer styles. See tags section too. */
.hordeACBox {
Expand Down

0 comments on commit 1bc563d

Please sign in to comment.