Skip to content

Commit ce542ee

Browse files
committed
nemo-style-fallback-mandatory.css: Add fallback support for the
floating status bar. This makes sure the floating bar has a background and borders when using a theme that doesn't have Nemo support. ref #3529.
1 parent 33349a4 commit ce542ee

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

gresources/nemo-style-fallback-mandatory.css

+10
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,13 @@
2424
border-color: @theme_selected_bg_color;
2525
background-color: @theme_selected_bg_color;
2626
}
27+
28+
/* Floating bar in the bottom of a file view, used when the 'status bar' is turned off */
29+
30+
.floating-bar {
31+
border: 1px solid;
32+
border-radius: 3px 3px 0 0;
33+
border-bottom-width: 0;
34+
color: @theme_selected_fg_color;
35+
background-color: @theme_selected_bg_color;
36+
}

0 commit comments

Comments
 (0)