HighContrast: Fix up stackswitcher

Copy Some of the more recent additions from Adwaita.
This commit is contained in:
Matthias Clasen
2016-01-04 22:08:53 -05:00
parent c110ffcb1a
commit 32177aa03b
2 changed files with 57 additions and 0 deletions

View File

@ -2580,3 +2580,35 @@ cursor-handle {
} }
} }
button.circular {
border-radius: 20px;
-gtk-outline-radius: 20px;
}
button.circular label {
padding: 0;
}
frame.keycap {
background-color: #fefefe;
border: 1px solid #cecece;
border-radius: 5px;
box-shadow: 0px 1px 0px #fff inset,
0px -2px 0px #dedede inset;
color: #555753;
padding: 3px 8px 3px 8px;
}
*:drop(active):focus,
*:drop(active) {
border: 1px solid black;
}
stackswitcher button.text-button {
min-width: 100px;
}
stackswitcher button.circular {
min-width: 0px;
}

View File

@ -2949,3 +2949,28 @@ cursor-handle {
.touch-selection .radio:backdrop:checked { .touch-selection .radio:backdrop:checked {
-gtk-icon-shadow: none; -gtk-icon-shadow: none;
color: #fff; } color: #fff; }
button.circular {
border-radius: 20px;
-gtk-outline-radius: 20px; }
button.circular label {
padding: 0; }
frame.keycap {
background-color: #fefefe;
border: 1px solid #cecece;
border-radius: 5px;
box-shadow: 0px 1px 0px #fff inset, 0px -2px 0px #dedede inset;
color: #555753;
padding: 3px 8px 3px 8px; }
*:drop(active):focus,
*:drop(active) {
border: 1px solid black; }
stackswitcher button.text-button {
min-width: 100px; }
stackswitcher button.circular {
min-width: 0px; }