HighContrast: Fix actionbar borders

Make the selector more specific so that it doesn't affect contained
boxes. Copied from Adwaita.

https://bugzilla.gnome.org/show_bug.cgi?id=763775
This commit is contained in:
Matthias Clasen 2016-03-16 21:56:33 -04:00
parent 51f34f4b90
commit e9de5f1083
3 changed files with 6 additions and 6 deletions

View File

@ -2470,7 +2470,7 @@ levelbar {
}
/**********
* rames *
* frames *
**********/
frame border,
.frame {
@ -2480,7 +2480,7 @@ frame border,
padding: 0;
}
actionbar box {
actionbar > revealer > box {
padding: 6px;
border-width: 1px 0 0;
border-color: $borders_color;

View File

@ -2533,7 +2533,7 @@ popover.background radiobutton:selected,
color: #fff; }
/**********
* rames *
* frames *
**********/
frame border,
.frame {
@ -2546,7 +2546,7 @@ frame border,
.frame:backdrop {
border-color: #737373; }
actionbar box {
actionbar > revealer > box {
padding: 6px;
border-width: 1px 0 0;
border-color: gray;

View File

@ -2542,7 +2542,7 @@ popover.background radiobutton:selected,
color: #fff; }
/**********
* rames *
* frames *
**********/
frame border,
.frame {
@ -2555,7 +2555,7 @@ frame border,
.frame:backdrop {
border-color: #8d8d8d; }
actionbar box {
actionbar > revealer > box {
padding: 6px;
border-width: 1px 0 0;
border-color: gray;