GTK3 theme: Make button outline darker than text outline
This commit is contained in:
@@ -5187,8 +5187,9 @@ popover.emoji-completion .emoji:hover {
|
||||
outline-style: solid;
|
||||
outline-offset: -4px;
|
||||
outline-width: 2px;
|
||||
-gtk-outline-radius: 3px; }
|
||||
*, *:hover, *:active, *:checked, *:focus, * button, * button:hover, * button:active, * button:checked, * button:focus {
|
||||
-gtk-outline-radius: 3px;
|
||||
outline-color: alpha(currentColor,0.07); }
|
||||
* button, * button:hover, * button:active, * button:checked, * button:focus {
|
||||
outline-color: alpha(currentColor,0.07); }
|
||||
|
||||
.titlebar stackswitcher button:checked:active, .titlebar stackswitcher button:checked,
|
||||
|
||||
@@ -5187,8 +5187,9 @@ popover.emoji-completion .emoji:hover {
|
||||
outline-style: solid;
|
||||
outline-offset: -4px;
|
||||
outline-width: 2px;
|
||||
-gtk-outline-radius: 3px; }
|
||||
*, *:hover, *:active, *:checked, *:focus, * button, * button:hover, * button:active, * button:checked, * button:focus {
|
||||
-gtk-outline-radius: 3px;
|
||||
outline-color: alpha(currentColor,0.07); }
|
||||
* button, * button:hover, * button:active, * button:checked, * button:focus {
|
||||
outline-color: alpha(currentColor,0.07); }
|
||||
|
||||
.titlebar stackswitcher button:checked:active, .titlebar stackswitcher button:checked,
|
||||
|
||||
@@ -5210,8 +5210,9 @@ popover.emoji-completion .emoji:hover {
|
||||
outline-style: solid;
|
||||
outline-offset: -4px;
|
||||
outline-width: 2px;
|
||||
-gtk-outline-radius: 3px; }
|
||||
*, *:hover, *:active, *:checked, *:focus, * button, * button:hover, * button:active, * button:checked, * button:focus {
|
||||
-gtk-outline-radius: 3px;
|
||||
outline-color: alpha(currentColor,0.07); }
|
||||
* button, * button:hover, * button:active, * button:checked, * button:focus {
|
||||
outline-color: alpha(currentColor,0.15); }
|
||||
|
||||
.titlebar stackswitcher button:checked:active, .titlebar stackswitcher button:checked,
|
||||
|
||||
Reference in New Issue
Block a user