mirror of
https://github.com/He4eT/Desolate-GTK.git
synced 2026-05-04 17:37:22 +00:00
gtk-4: focus ring
This commit is contained in:
parent
4b5804b825
commit
df130ed4b3
1 changed files with 10 additions and 1 deletions
|
|
@ -1,8 +1,17 @@
|
||||||
/* GTK4 */
|
/* GTK4 */
|
||||||
|
|
||||||
|
*:not(text):focus:focus-visible {
|
||||||
|
outline-color: alpha(currentcolor,0.3);
|
||||||
|
outline-style: solid;
|
||||||
|
outline-offset: -2px;
|
||||||
|
outline-width: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
window.aboutdialog image.large-icons { -gtk-icon-size: 128px; }
|
window.aboutdialog image.large-icons { -gtk-icon-size: 128px; }
|
||||||
|
|
||||||
check,radio { -gtk-icon-size: 16px; }
|
check,radio {
|
||||||
|
-gtk-icon-size: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
frame,
|
frame,
|
||||||
.frame
|
.frame
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue