Skip to content

Commit

Permalink
fix fileBrowser missing override for dark theme
Browse files Browse the repository at this point in the history
  • Loading branch information
OmgImAlexis committed Jan 12, 2016
1 parent 8e1b681 commit 89bbf83
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gui/slick/css/dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -880,16 +880,16 @@ pre {
browser.css overrides
========================================================================== */

#fileBrowserDialog ul li {
.fileBrowserDialog ul li {
margin: 2px 0;
list-style-type: none;
cursor: pointer;
background: #333;
background: #333 !important;
}

#fileBrowserDialog ul li a:hover {
.fileBrowserDialog ul li a:hover {
color: #09a2ff;
background: none;
background: none !important;
}

/* =======================================================================
Expand Down

0 comments on commit 89bbf83

Please sign in to comment.