GTK3: improve entry visibility

This commit is contained in:
Daniel Ruiz de Alegría
2020-06-10 12:17:49 +02:00
parent 97c032e9e2
commit 640c6af932
4 changed files with 60 additions and 1 deletions
+14
View File
@@ -4770,6 +4770,9 @@ popover.emoji-completion .emoji:hover {
* button, * button:hover, * button:active, * button:checked, * button:focus {
outline-color: alpha(currentColor,0.07); }
/**********
* Button *
**********/
.titlebar stackswitcher button:checked:checked,
.titlebar button.toggle:active,
.titlebar button.toggle:checked,
@@ -4782,6 +4785,17 @@ button:checked {
background: #1b1d24;
box-shadow: inset 0 3px 5px -4px rgba(0, 0, 0, 0.3); }
/**********
* Entry *
**********/
spinbutton:not(.vertical),
entry {
box-shadow: inset 0 3px 5px -4px rgba(0, 0, 0, 0.3);
background-color: #1b1d24; }
/**********
* Slider *
**********/
scale slider:active, switch:hover slider {
background-image: image(#0f1014); }