Skip to content

Commit

Permalink
Merge pull request #7 from richrd/master
Browse files Browse the repository at this point in the history
Fix minor theme issues
  • Loading branch information
astorije authored Jul 3, 2018
2 parents 844ac86 + 22805ff commit 1076e24
Showing 1 changed file with 20 additions and 6 deletions.
26 changes: 20 additions & 6 deletions zenburn.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,14 @@ body {
background: #2b2b2b;
}

#sidebar .active {
background-color: #333;
}

#sidebar .chan:hover {
background-color: rgba(51, 51, 51, 0.5); /* Same as #333 but with opacity */
}

#footer {
background: #333;
border-top: 1px solid #000;
Expand All @@ -75,6 +83,7 @@ body {
/* Borders */
#chat .content,
#windows .header,
#windows #chat .header,
#chat .user-mode::before,
#chat .userlist {
border-color: #333;
Expand Down Expand Up @@ -149,10 +158,6 @@ body {
color: #dcdccc;
}

#form #submit:hover {
opacity: 1;
}

/* Buttons */
#chat .show-more-button {
background: #434443;
Expand All @@ -164,8 +169,17 @@ body {
color: #fff;
}

#chat .header {
color: #d2d39b;
#windows #chat .header {
color: #d2d39b !important;
}

#form #submit,
.header button {
color: #ccc !important;
}

#form #submit:hover {
opacity: 1;
}

/* Notification dot on the top right corner of the menu icon */
Expand Down

0 comments on commit 1076e24

Please sign in to comment.