forked from AuroraMiddleware/gtk
HighContrast: Fix up action bar styling
Since HighContrast is not using different background colors as much as Adwaita, we need to add borders to prevent things from running into each other.
This commit is contained in:
parent
643454147c
commit
aa9095ff72
@ -1883,7 +1883,7 @@ levelbar {
|
||||
}
|
||||
|
||||
/**********
|
||||
* Frames *
|
||||
* rames *
|
||||
**********/
|
||||
frame border,
|
||||
.frame {
|
||||
@ -1891,10 +1891,13 @@ frame border,
|
||||
&.flat { border-style: none; }
|
||||
&:backdrop { border-color: $backdrop_borders_color; }
|
||||
padding: 0;
|
||||
&.action-bar {
|
||||
padding: 6px;
|
||||
border-width: 1px 0 0;
|
||||
}
|
||||
}
|
||||
|
||||
actionbar box {
|
||||
padding: 6px;
|
||||
border-width: 1px 0 0;
|
||||
border-color: $borders_color;
|
||||
border-style: solid none none;
|
||||
}
|
||||
|
||||
placessidebar,
|
||||
|
@ -2058,7 +2058,7 @@ spinbutton selection:focus, modelbutton.flat:hover, modelbutton.flat:selected,
|
||||
color: #fff; }
|
||||
|
||||
/**********
|
||||
* Frames *
|
||||
* rames *
|
||||
**********/
|
||||
frame border,
|
||||
.frame {
|
||||
@ -2070,10 +2070,12 @@ frame border,
|
||||
frame border:backdrop,
|
||||
.frame:backdrop {
|
||||
border-color: #737373; }
|
||||
frame border.action-bar,
|
||||
.frame.action-bar {
|
||||
padding: 6px;
|
||||
border-width: 1px 0 0; }
|
||||
|
||||
actionbar box {
|
||||
padding: 6px;
|
||||
border-width: 1px 0 0;
|
||||
border-color: gray;
|
||||
border-style: solid none none; }
|
||||
|
||||
placessidebar .frame,
|
||||
scrolledwindow .frame {
|
||||
|
@ -2058,7 +2058,7 @@ spinbutton selection:focus, modelbutton.flat:hover, modelbutton.flat:selected,
|
||||
color: #fff; }
|
||||
|
||||
/**********
|
||||
* Frames *
|
||||
* rames *
|
||||
**********/
|
||||
frame border,
|
||||
.frame {
|
||||
@ -2070,10 +2070,12 @@ frame border,
|
||||
frame border:backdrop,
|
||||
.frame:backdrop {
|
||||
border-color: #8d8d8d; }
|
||||
frame border.action-bar,
|
||||
.frame.action-bar {
|
||||
padding: 6px;
|
||||
border-width: 1px 0 0; }
|
||||
|
||||
actionbar box {
|
||||
padding: 6px;
|
||||
border-width: 1px 0 0;
|
||||
border-color: gray;
|
||||
border-style: solid none none; }
|
||||
|
||||
placessidebar .frame,
|
||||
scrolledwindow .frame {
|
||||
|
Loading…
Reference in New Issue
Block a user