From f442529bbc2495b7e635607810c8a1b355645ad9 Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Mon, 21 Sep 2015 17:50:44 +0200 Subject: button and entry drawing tweaks --- common/gtk-3.0/3.16/gtk-contained-solid-dark.css | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'common/gtk-3.0/3.16/gtk-contained-solid-dark.css') diff --git a/common/gtk-3.0/3.16/gtk-contained-solid-dark.css b/common/gtk-3.0/3.16/gtk-contained-solid-dark.css index 3e3141b..80bd21f 100644 --- a/common/gtk-3.0/3.16/gtk-contained-solid-dark.css +++ b/common/gtk-3.0/3.16/gtk-contained-solid-dark.css @@ -251,7 +251,7 @@ GtkTextView { color: inherit; } .osd .entry:focus { color: #ffffff; - border-color: transparent; + border-color: rgba(26, 28, 34, 0.4); background-image: linear-gradient(to bottom, #5294E2); } .osd .entry:insensitive { color: rgba(186, 195, 207, 0.55); @@ -338,7 +338,7 @@ GtkSearchEntry.entry { .button.osd:active, .button.osd:checked { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; + border-color: rgba(26, 28, 34, 0.4); background-color: #5294E2; } .button.osd:insensitive { color: #5d626e; @@ -375,7 +375,7 @@ GtkSearchEntry.entry { .osd .button:active, .osd .button:checked { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; + border-color: rgba(26, 28, 34, 0.4); background-color: #5294E2; } .osd .button:insensitive { color: #5d626e; @@ -399,7 +399,7 @@ GtkSearchEntry.entry { .osd .button.flat:active, .osd .button.flat:checked { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; + border-color: rgba(26, 28, 34, 0.4); background-color: #5294E2; } .button.suggested-action { background-clip: border-box; @@ -2187,7 +2187,7 @@ GtkScrolledWindow GtkViewport.frame { .app-notification.frame .button:active, .app-notification.frame .button:checked { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; + border-color: rgba(26, 28, 34, 0.4); background-color: #5294E2; } .app-notification .button:insensitive, .app-notification.frame .button:insensitive { @@ -3559,7 +3559,7 @@ GtkListBox .h4 { #buttonbox_frame .button:active, #buttonbox_frame .button:checked { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; + border-color: rgba(26, 28, 34, 0.4); background-color: #5294E2; } #buttonbox_frame .button:insensitive { color: #5d626e; @@ -3911,7 +3911,7 @@ GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .hori GtkFileChooserDialog .dialog-vbox > .frame .button:checked, GeditFileBrowserWidget .horizontal .button:checked { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; + border-color: rgba(26, 28, 34, 0.4); background-color: #5294E2; } GtkFileChooserDialog .action-bar.frame .button:insensitive, GtkFileChooserDialog .dialog-vbox > .frame .button:insensitive, GeditFileBrowserWidget .horizontal .button:insensitive { @@ -3932,7 +3932,7 @@ GtkFileChooserDialog .dialog-vbox > .frame .entry { GtkFileChooserDialog .action-bar.frame .entry:focus, GtkFileChooserDialog .dialog-vbox > .frame .entry:focus { color: #ffffff; - border-color: transparent; + border-color: rgba(26, 28, 34, 0.4); background-image: linear-gradient(to bottom, #5294E2); } GtkFileChooserDialog .action-bar.frame .entry:insensitive, GtkFileChooserDialog .dialog-vbox > .frame .entry:insensitive { -- cgit v1.2.3