@@ -17,13 +17,19 @@ windowcontrols button {
1717 * Decrease margins on main window controls
1818 */
1919
20- # main-window windowcontrols .start {
20+ # main-window windowcontrols .start : dir ( ltr ) {
2121 margin-right : 0 ;
2222}
23+ # main-window windowcontrols .start : dir (rtl ) {
24+ margin-left : 0 ;
25+ }
2326
24- # main-window windowcontrols .end {
27+ # main-window windowcontrols .end : dir ( ltr ) {
2528 margin-left : 9px ;
2629}
30+ # main-window windowcontrols .end : dir (rtl ) {
31+ margin-right : 9px ;
32+ }
2733
2834
2935/*
@@ -139,12 +145,19 @@ row.property label.subtitle {
139145overlay-split-view widget : not (.sidebar-pane ) > toolbarview ,
140146overlay-split-view widget : not (.sidebar-pane ) > toolbarview searchbar ,
141147overlay-split-view widget : not (.sidebar-pane ) > toolbarview listview {
142- background-color : white ;
148+ background-color: @base_color ;
143149}
144150
145- overlay-split-view widget .sidebar-pane > toolbarview {
146- background-color : mix (@SILVER_ 100, @SILVER_ 300, 0.225 );
151+ overlay-split-view widget .sidebar-pane {
152+ background-color: @insensitive_bg_color ;
153+ }
154+ overlay-split-view widget .sidebar-pane : dir (ltr ) {
147155 border-left : 1px solid @menu_separator ;
156+ border-right : none;
157+ }
158+ overlay-split-view widget .sidebar-pane : dir (rtl ) {
159+ border-left : none;
160+ border-right : 1px solid @menu_separator ;
148161}
149162
150163
@@ -252,8 +265,13 @@ overlay-split-view .rich-list row button.error image {
252265
253266# network-list > scrolledwindow > listview > row .network-node {
254267 border-radius : 50% ;
268+ }
269+ # network-list > scrolledwindow > listview > row .network-node : dir (ltr ) {
255270 margin-left : 6px ;
256271}
272+ # network-list > scrolledwindow > listview > row .network-node : dir (rtl ) {
273+ margin-right : 6px ;
274+ }
257275
258276# network-list > scrolledwindow > listview > row .network-node-online {
259277 background: @LIME_ 300 ;
0 commit comments