HighContrast: Fix up stackswitcher
Copy Some of the more recent additions from Adwaita.
This commit is contained in:
@ -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;
|
||||||
|
}
|
||||||
|
|
||||||
|
|||||||
@ -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; }
|
||||||
|
|||||||
Reference in New Issue
Block a user