[gtk/gtk-3-24] HighContrast: rebuild included CSS



commit 39ef5e40d040e309cc807915d3415c53833ee823
Author: Christoph Reiter <reiter christoph gmail com>
Date:   Fri Nov 22 17:49:23 2019 +0100

    HighContrast: rebuild included CSS
    
    afd61c357018a changed the scss but didn't sync the css

 gtk/theme/HighContrast/gtk-contained-inverse.css |  6 +++---
 gtk/theme/HighContrast/gtk-contained.css         | 14 +++++++-------
 2 files changed, 10 insertions(+), 10 deletions(-)
---
diff --git a/gtk/theme/HighContrast/gtk-contained-inverse.css 
b/gtk/theme/HighContrast/gtk-contained-inverse.css
index e2d4b6ef40..6de03a6936 100644
--- a/gtk/theme/HighContrast/gtk-contained-inverse.css
+++ b/gtk/theme/HighContrast/gtk-contained-inverse.css
@@ -691,7 +691,7 @@ notebook.frame { border: 1px solid gray; }
 
 notebook.frame:backdrop { border-color: #737373; }
 
-notebook header { background-color: #262626; }
+notebook header { background-color: #131313; }
 
 .frame notebook header { border: 1px solid gray; }
 
@@ -805,11 +805,11 @@ notebook tab:backdrop { background-color: transparent; border-color: transparent
 
 .right notebook tab.reorderable-page:backdrop { border-color: transparent; background-color: transparent; }
 
-notebook tab label { padding: 0 2px; font-weight: bold; color: gray; /* color: inherit doesn't work here */ }
+notebook tab label { padding: 0 2px; font-weight: bold; color: silver; /* color: inherit doesn't work here 
*/ }
 
 notebook tab label:backdrop { color: gray; }
 
-notebook tab:hover label { color: silver; }
+notebook tab:hover label { color: #dfdfdf; }
 
 notebook tab:checked label { color: #fff; }
 
diff --git a/gtk/theme/HighContrast/gtk-contained.css b/gtk/theme/HighContrast/gtk-contained.css
index c204aab0c9..ee52a5884f 100644
--- a/gtk/theme/HighContrast/gtk-contained.css
+++ b/gtk/theme/HighContrast/gtk-contained.css
@@ -695,7 +695,7 @@ notebook.frame { border: 1px solid gray; }
 
 notebook.frame:backdrop { border-color: #8d8d8d; }
 
-notebook header { background-color: #d9d9d9; }
+notebook header { background-color: #ececec; }
 
 .frame notebook header { border: 1px solid gray; }
 
@@ -809,11 +809,11 @@ notebook tab:backdrop { background-color: transparent; border-color: transparent
 
 .right notebook tab.reorderable-page:backdrop { border-color: transparent; background-color: transparent; }
 
-notebook tab label { padding: 0 2px; font-weight: bold; color: gray; /* color: inherit doesn't work here */ }
+notebook tab label { padding: 0 2px; font-weight: bold; color: #404040; /* color: inherit doesn't work here 
*/ }
 
 notebook tab label:backdrop { color: gray; }
 
-notebook tab:hover label { color: #404040; }
+notebook tab:hover label { color: #202020; }
 
 notebook tab:checked label { color: #000; }
 
@@ -1185,19 +1185,19 @@ placessidebar .frame, scrolledwindow .frame { border-radius: 2px; }
 
 placessidebar viewport.frame, scrolledwindow viewport.frame { border-style: none; }
 
-placessidebar overshoot.top, scrolledwindow overshoot.top { background-image: -gtk-gradient(radial, center 
top, 0, center top, 0.5, to(#010101), to(rgba(1, 1, 1, 0))), -gtk-gradient(radial, center top, 0, center top, 
0.6, from(rgba(0, 0, 0, 0.5)), to(transparent)); background-size: 100% 5%, 100% 100%; background-repeat: 
no-repeat; background-position: center top; background-color: transparent; border: none; box-shadow: none; }
+placessidebar overshoot.top, scrolledwindow overshoot.top { background-image: -gtk-gradient(radial, center 
top, 0, center top, 0.5, to(#010101), to(rgba(1, 1, 1, 0))), -gtk-gradient(radial, center top, 0, center top, 
0.6, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0))); background-size: 100% 5%, 100% 100%; background-repeat: 
no-repeat; background-position: center top; background-color: transparent; border: none; box-shadow: none; }
 
 placessidebar overshoot.top:backdrop, scrolledwindow overshoot.top:backdrop { background-image: 
-gtk-gradient(radial, center top, 0, center top, 0.5, to(#8d8d8d), to(rgba(141, 141, 141, 0))); 
background-size: 100% 5%; background-repeat: no-repeat; background-position: center top; background-color: 
transparent; border: none; box-shadow: none; }
 
-placessidebar overshoot.bottom, scrolledwindow overshoot.bottom { background-image: -gtk-gradient(radial, 
center bottom, 0, center bottom, 0.5, to(#010101), to(rgba(1, 1, 1, 0))), -gtk-gradient(radial, center 
bottom, 0, center bottom, 0.6, from(rgba(0, 0, 0, 0.5)), to(transparent)); background-size: 100% 5%, 100% 
100%; background-repeat: no-repeat; background-position: center bottom; background-color: transparent; 
border: none; box-shadow: none; }
+placessidebar overshoot.bottom, scrolledwindow overshoot.bottom { background-image: -gtk-gradient(radial, 
center bottom, 0, center bottom, 0.5, to(#010101), to(rgba(1, 1, 1, 0))), -gtk-gradient(radial, center 
bottom, 0, center bottom, 0.6, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0))); background-size: 100% 5%, 
100% 100%; background-repeat: no-repeat; background-position: center bottom; background-color: transparent; 
border: none; box-shadow: none; }
 
 placessidebar overshoot.bottom:backdrop, scrolledwindow overshoot.bottom:backdrop { background-image: 
-gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#8d8d8d), to(rgba(141, 141, 141, 0))); 
background-size: 100% 5%; background-repeat: no-repeat; background-position: center bottom; background-color: 
transparent; border: none; box-shadow: none; }
 
-placessidebar overshoot.left, scrolledwindow overshoot.left { background-image: -gtk-gradient(radial, left 
center, 0, left center, 0.5, to(#010101), to(rgba(1, 1, 1, 0))), -gtk-gradient(radial, left center, 0, left 
center, 0.6, from(rgba(0, 0, 0, 0.5)), to(transparent)); background-size: 5% 100%, 100% 100%; 
background-repeat: no-repeat; background-position: left center; background-color: transparent; border: none; 
box-shadow: none; }
+placessidebar overshoot.left, scrolledwindow overshoot.left { background-image: -gtk-gradient(radial, left 
center, 0, left center, 0.5, to(#010101), to(rgba(1, 1, 1, 0))), -gtk-gradient(radial, left center, 0, left 
center, 0.6, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0))); background-size: 5% 100%, 100% 100%; 
background-repeat: no-repeat; background-position: left center; background-color: transparent; border: none; 
box-shadow: none; }
 
 placessidebar overshoot.left:backdrop, scrolledwindow overshoot.left:backdrop { background-image: 
-gtk-gradient(radial, left center, 0, left center, 0.5, to(#8d8d8d), to(rgba(141, 141, 141, 0))); 
background-size: 5% 100%; background-repeat: no-repeat; background-position: left center; background-color: 
transparent; border: none; box-shadow: none; }
 
-placessidebar overshoot.right, scrolledwindow overshoot.right { background-image: -gtk-gradient(radial, 
right center, 0, right center, 0.5, to(#010101), to(rgba(1, 1, 1, 0))), -gtk-gradient(radial, right center, 
0, right center, 0.6, from(rgba(0, 0, 0, 0.5)), to(transparent)); background-size: 5% 100%, 100% 100%; 
background-repeat: no-repeat; background-position: right center; background-color: transparent; border: none; 
box-shadow: none; }
+placessidebar overshoot.right, scrolledwindow overshoot.right { background-image: -gtk-gradient(radial, 
right center, 0, right center, 0.5, to(#010101), to(rgba(1, 1, 1, 0))), -gtk-gradient(radial, right center, 
0, right center, 0.6, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0))); background-size: 5% 100%, 100% 100%; 
background-repeat: no-repeat; background-position: right center; background-color: transparent; border: none; 
box-shadow: none; }
 
 placessidebar overshoot.right:backdrop, scrolledwindow overshoot.right:backdrop { background-image: 
-gtk-gradient(radial, right center, 0, right center, 0.5, to(#8d8d8d), to(rgba(141, 141, 141, 0))); 
background-size: 5% 100%; background-repeat: no-repeat; background-position: right center; background-color: 
transparent; border: none; box-shadow: none; }
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]