Adwaita: fix action bar styling

Make action bar buttons have some padding again.
This commit is contained in:
Matthias Clasen 2015-12-18 22:37:57 -05:00
parent ac65952f0d
commit b90fa7dcd1
3 changed files with 17 additions and 6 deletions

View File

@ -2514,11 +2514,14 @@ paper {
&:backdrop { border-color: $backdrop_borders_color; } &:backdrop { border-color: $backdrop_borders_color; }
} }
actionbar frame { actionbar frame border {
padding: 6px;
border-width: 1px 0 0; border-width: 1px 0 0;
} }
actionbar box {
padding: 6px;
}
placessidebar, placessidebar,
scrolledwindow { scrolledwindow {
viewport.frame { // avoid double borders when viewport inside scrolled window viewport.frame { // avoid double borders when viewport inside scrolled window

View File

@ -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 { 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; } color: #5d6767; }
radiobutton radio,
checkbutton check { checkbutton check {
margin: 0 2px 0 2px; } margin: 0 2px 0 2px; }
radiobutton radio:only-child,
checkbutton check:only-child { checkbutton check:only-child {
margin: 0; } margin: 0; }
@ -3504,10 +3506,12 @@ paper {
paper:backdrop { paper:backdrop {
border-color: #1f2222; } border-color: #1f2222; }
actionbar frame { actionbar frame border {
padding: 6px;
border-width: 1px 0 0; } border-width: 1px 0 0; }
actionbar box {
padding: 6px; }
placessidebar viewport.frame, placessidebar viewport.frame,
scrolledwindow viewport.frame { scrolledwindow viewport.frame {
border-style: none; } border-style: none; }

View File

@ -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 { 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; } color: #c3c3c0; }
radiobutton radio,
checkbutton check { checkbutton check {
margin: 0 2px 0 2px; } margin: 0 2px 0 2px; }
radiobutton radio:only-child,
checkbutton check:only-child { checkbutton check:only-child {
margin: 0; } margin: 0; }
@ -3666,10 +3668,12 @@ paper {
paper:backdrop { paper:backdrop {
border-color: #a5a5a1; } border-color: #a5a5a1; }
actionbar frame { actionbar frame border {
padding: 6px;
border-width: 1px 0 0; } border-width: 1px 0 0; }
actionbar box {
padding: 6px; }
placessidebar viewport.frame, placessidebar viewport.frame,
scrolledwindow viewport.frame { scrolledwindow viewport.frame {
border-style: none; } border-style: none; }