forked from AuroraMiddleware/gtk
Adwaita: fix action bar styling
Make action bar buttons have some padding again.
This commit is contained in:
parent
ac65952f0d
commit
b90fa7dcd1
@ -2514,11 +2514,14 @@ paper {
|
||||
&:backdrop { border-color: $backdrop_borders_color; }
|
||||
}
|
||||
|
||||
actionbar frame {
|
||||
padding: 6px;
|
||||
actionbar frame border {
|
||||
border-width: 1px 0 0;
|
||||
}
|
||||
|
||||
actionbar box {
|
||||
padding: 6px;
|
||||
}
|
||||
|
||||
placessidebar,
|
||||
scrolledwindow {
|
||||
viewport.frame { // avoid double borders when viewport inside scrolled window
|
||||
|
@ -2983,8 +2983,10 @@ checkbutton.text-button, radiobutton.text-button {
|
||||
checkbutton.text-button:insensitive:backdrop, checkbutton.text-button:insensitive:active:backdrop, checkbutton.text-button:insensitive:inconsistent:backdrop, radiobutton.text-button:insensitive:backdrop, radiobutton.text-button:insensitive:active:backdrop, radiobutton.text-button:insensitive:inconsistent:backdrop {
|
||||
color: #5d6767; }
|
||||
|
||||
radiobutton radio,
|
||||
checkbutton check {
|
||||
margin: 0 2px 0 2px; }
|
||||
radiobutton radio:only-child,
|
||||
checkbutton check:only-child {
|
||||
margin: 0; }
|
||||
|
||||
@ -3504,10 +3506,12 @@ paper {
|
||||
paper:backdrop {
|
||||
border-color: #1f2222; }
|
||||
|
||||
actionbar frame {
|
||||
padding: 6px;
|
||||
actionbar frame border {
|
||||
border-width: 1px 0 0; }
|
||||
|
||||
actionbar box {
|
||||
padding: 6px; }
|
||||
|
||||
placessidebar viewport.frame,
|
||||
scrolledwindow viewport.frame {
|
||||
border-style: none; }
|
||||
|
@ -3145,8 +3145,10 @@ checkbutton.text-button, radiobutton.text-button {
|
||||
checkbutton.text-button:insensitive:backdrop, checkbutton.text-button:insensitive:active:backdrop, checkbutton.text-button:insensitive:inconsistent:backdrop, radiobutton.text-button:insensitive:backdrop, radiobutton.text-button:insensitive:active:backdrop, radiobutton.text-button:insensitive:inconsistent:backdrop {
|
||||
color: #c3c3c0; }
|
||||
|
||||
radiobutton radio,
|
||||
checkbutton check {
|
||||
margin: 0 2px 0 2px; }
|
||||
radiobutton radio:only-child,
|
||||
checkbutton check:only-child {
|
||||
margin: 0; }
|
||||
|
||||
@ -3666,10 +3668,12 @@ paper {
|
||||
paper:backdrop {
|
||||
border-color: #a5a5a1; }
|
||||
|
||||
actionbar frame {
|
||||
padding: 6px;
|
||||
actionbar frame border {
|
||||
border-width: 1px 0 0; }
|
||||
|
||||
actionbar box {
|
||||
padding: 6px; }
|
||||
|
||||
placessidebar viewport.frame,
|
||||
scrolledwindow viewport.frame {
|
||||
border-style: none; }
|
||||
|
Loading…
Reference in New Issue
Block a user