Skip to content

Commit

Permalink
Correct sidebar coloring issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Elbullazul committed Feb 18, 2019
1 parent 430ea7d commit 49e3f38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Windows XP Homestead/gtk-3.20/gtk-widgets.css
Original file line number Diff line number Diff line change
Expand Up @@ -1999,10 +1999,10 @@ filechooser placessidebar.sidebar row, filechooser placessidebar.sidebar view ro
border: none;
color: @sidebar_fg_color; }
.nautilus-window placessidebar.sidebar row.sidebar-row:hover {
color: @theme_selected_fg_color;
color: @sidebar_fg_color;
background-color: mix(@sidebar_bg_color, @light_shadow, 0.15); }
.nautilus-window placessidebar.sidebar row.sidebar-row:checked, .nautilus-window placessidebar.sidebar row.sidebar-row:selected {
color: @theme_selected_fg_color;
color: @sidebar_fg_color;
background-color: mix(@sidebar_bg_color, @light_shadow, 0.3); }

.sidebar frame, .sidebar.frame {
Expand Down

0 comments on commit 49e3f38

Please sign in to comment.