From 5bd92f12a20358711ab7f7a55befb44acc0d5fa5 Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Wed, 31 Aug 2016 00:35:56 +0200 Subject: don't use background images for entries --- common/gtk-3.0/3.20/gtk.css | 67 ++++++++++++++++++++------------------------- 1 file changed, 29 insertions(+), 38 deletions(-) (limited to 'common/gtk-3.0/3.20/gtk.css') diff --git a/common/gtk-3.0/3.20/gtk.css b/common/gtk-3.0/3.20/gtk.css index ff77718..2e42f46 100644 --- a/common/gtk-3.0/3.20/gtk.css +++ b/common/gtk-3.0/3.20/gtk.css @@ -133,8 +133,7 @@ entry { transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); color: #5c616c; border-color: #cfd6e6; - background-color: #ffffff; - background-image: linear-gradient(to bottom, #ffffff); } + background-color: #ffffff; } entry.search { border-radius: 20px; } entry image { @@ -155,22 +154,20 @@ entry { background-clip: border-box; color: #5c616c; border-color: #5294e2; - background-color: #ffffff; - background-image: linear-gradient(to bottom, #ffffff); } + background-color: #ffffff; } entry:disabled { color: rgba(92, 97, 108, 0.55); border-color: rgba(207, 214, 230, 0.55); - background-color: rgba(255, 255, 255, 0.55); - background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.55)); } + background-color: rgba(255, 255, 255, 0.55); } entry.warning { color: white; border-color: #F27835; - background-image: linear-gradient(to bottom, #f7ae86); } + background-color: #f7ae86; } entry.warning image { color: white; } entry.warning:focus { color: white; - background-image: linear-gradient(to bottom, #F27835); + background-color: #F27835; box-shadow: none; } entry.warning selection, entry.warning selection:focus { background-color: white; @@ -178,12 +175,12 @@ entry { entry.error { color: white; border-color: #FC4138; - background-image: linear-gradient(to bottom, #fd8d88); } + background-color: #fd8d88; } entry.error image { color: white; } entry.error:focus { color: white; - background-image: linear-gradient(to bottom, #FC4138); + background-color: #FC4138; box-shadow: none; } entry.error selection, entry.error selection:focus { background-color: white; @@ -191,12 +188,12 @@ entry { entry.search-missing { color: white; border-color: #FC4138; - background-image: linear-gradient(to bottom, #fd8d88); } + background-color: #fd8d88; } entry.search-missing image { color: white; } entry.search-missing:focus { color: white; - background-image: linear-gradient(to bottom, #FC4138); + background-color: #FC4138; box-shadow: none; } entry.search-missing selection, entry.search-missing selection:focus { background-color: white; @@ -207,17 +204,16 @@ entry { .osd entry { color: #BAC3CF; border-color: rgba(26, 28, 34, 0.35); - background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.35)); - background-color: transparent; } + background-color: rgba(102, 109, 132, 0.35); } .osd entry image, .osd entry image:hover { color: inherit; } .osd entry:focus { color: #ffffff; border-color: rgba(26, 28, 34, 0.35); - background-image: linear-gradient(to bottom, #5294e2); } + background-color: #5294e2; } .osd entry:disabled { color: rgba(186, 195, 207, 0.55); - background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.2)); } + background-color: rgba(102, 109, 132, 0.2); } .osd entry selection:focus, .osd entry selection { color: #5294e2; background-color: #ffffff; } @@ -1046,8 +1042,7 @@ window.csd > .titlebar:not(headerbar):backdrop { .primary-toolbar entry, headerbar entry { color: rgba(82, 93, 118, 0.8); border-color: rgba(82, 93, 118, 0.1); - background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9)); - background-color: transparent; } + background-color: rgba(255, 255, 255, 0.9); } .primary-toolbar entry image, headerbar entry image, .primary-toolbar entry image:hover, headerbar entry image:hover { color: inherit; } .primary-toolbar entry:backdrop, headerbar entry:backdrop { @@ -1055,13 +1050,13 @@ window.csd > .titlebar:not(headerbar):backdrop { .primary-toolbar entry:focus, headerbar entry:focus { color: #ffffff; border-color: #5294e2; - background-image: linear-gradient(to bottom, #5294e2); + background-color: #5294e2; background-clip: border-box; } .primary-toolbar entry:focus image, headerbar entry:focus image { color: #ffffff; } .primary-toolbar entry:disabled, headerbar entry:disabled { color: rgba(82, 93, 118, 0.35); - background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); } + background-color: rgba(255, 255, 255, 0.75); } .primary-toolbar entry selection:focus, headerbar entry selection:focus { background-color: #ffffff; color: #5294e2; } @@ -1072,20 +1067,20 @@ window.csd > .titlebar:not(headerbar):backdrop { .primary-toolbar entry.warning, headerbar entry.warning { color: white; border-color: #F27835; - background-image: linear-gradient(to bottom, rgba(238, 162, 121, 0.98)); } + background-color: rgba(238, 162, 121, 0.98); } .primary-toolbar entry.warning:focus, headerbar entry.warning:focus { color: white; - background-image: linear-gradient(to bottom, #F27835); } + background-color: #F27835; } .primary-toolbar entry.warning selection, headerbar entry.warning selection, .primary-toolbar entry.warning selection:focus, headerbar entry.warning selection:focus { background-color: white; color: #F27835; } .primary-toolbar entry.error, headerbar entry.error { color: white; border-color: #FC4138; - background-image: linear-gradient(to bottom, rgba(244, 128, 123, 0.98)); } + background-color: rgba(244, 128, 123, 0.98); } .primary-toolbar entry.error:focus, headerbar entry.error:focus { color: white; - background-image: linear-gradient(to bottom, #FC4138); } + background-color: #FC4138; } .primary-toolbar entry.error selection, headerbar entry.error selection, .primary-toolbar entry.error selection:focus, headerbar entry.error selection:focus { background-color: white; color: #FC4138; } @@ -1308,18 +1303,17 @@ window.csd > .titlebar:not(headerbar):backdrop { .primary-toolbar combobox > .linked > button.combo, headerbar combobox > .linked > button.combo { color: rgba(82, 93, 118, 0.8); border-color: rgba(82, 93, 118, 0.1); - background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9)); - background-color: transparent; } + background-color: rgba(255, 255, 255, 0.9); } .primary-toolbar combobox > .linked > button.combo image, headerbar combobox > .linked > button.combo image, .primary-toolbar combobox > .linked > button.combo image:hover, headerbar combobox > .linked > button.combo image:hover { color: inherit; } .primary-toolbar combobox > .linked > button.combo:hover, headerbar combobox > .linked > button.combo:hover { color: #ffffff; border-color: #5294e2; - background-image: linear-gradient(to bottom, #5294e2); + background-color: #5294e2; box-shadow: none; } .primary-toolbar combobox > .linked > button.combo:disabled, headerbar combobox > .linked > button.combo:disabled { color: rgba(82, 93, 118, 0.35); - background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); } + background-color: rgba(255, 255, 255, 0.75); } .primary-toolbar combobox > .linked > entry.combo:dir(ltr), headerbar combobox > .linked > entry.combo:dir(ltr) { border-right-style: none; } @@ -3184,8 +3178,7 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can border-radius: 3px; color: #5c616c; border-color: #5294e2; - background-color: #ffffff; - background-image: linear-gradient(to bottom, #ffffff); } + background-color: #ffffff; } .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button { color: rgba(82, 93, 118, 0.8); @@ -3506,17 +3499,16 @@ button.documents-favorite:active:hover { padding-right: 4px; color: rgba(82, 93, 118, 0.8); border-color: rgba(82, 93, 118, 0.1); - background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9)); - background-color: transparent; } + background-color: rgba(255, 255, 255, 0.9); } .marlin-pathbar.pathbar image, .marlin-pathbar.pathbar image:hover { color: inherit; } .marlin-pathbar.pathbar:focus { color: #ffffff; border-color: #5294e2; - background-image: linear-gradient(to bottom, #5294e2); } + background-color: #5294e2; } .marlin-pathbar.pathbar:disabled { color: rgba(82, 93, 118, 0.35); - background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); } + background-color: rgba(255, 255, 255, 0.75); } .marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked { color: #5294e2; } @@ -4177,17 +4169,16 @@ filechooser actionbar button { filechooser actionbar entry { color: #BAC3CF; border-color: rgba(26, 28, 34, 0.35); - background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.35)); - background-color: transparent; } + background-color: rgba(102, 109, 132, 0.35); } filechooser actionbar entry image, filechooser actionbar entry image:hover { color: inherit; } filechooser actionbar entry:focus { color: #ffffff; border-color: rgba(26, 28, 34, 0.35); - background-image: linear-gradient(to bottom, #5294e2); } + background-color: #5294e2; } filechooser actionbar entry:disabled { color: rgba(186, 195, 207, 0.55); - background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.2)); } + background-color: rgba(102, 109, 132, 0.2); } filechooser placessidebar.sidebar scrollbar, .nautilus-window placessidebar.sidebar scrollbar, .nemo-window .sidebar scrollbar, .caja-side-pane scrollbar { -- cgit v1.2.3