[gtk+/scrollable-indicator: 3/3] Use shadows instead of a gradient



commit 35ff91df170a61a6cf498d8a98f41a138644c661
Author: Matthias Clasen <mclasen redhat com>
Date:   Wed Dec 10 00:58:53 2014 -0500

    Use shadows instead of a gradient

 gtk/theme/Adwaita/_common.scss           |   16 ++------
 gtk/theme/Adwaita/gtk-contained-dark.css |   64 +++++++++++++-----------------
 gtk/theme/Adwaita/gtk-contained.css      |   64 +++++++++++++-----------------
 3 files changed, 60 insertions(+), 84 deletions(-)
---
diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss
index 6e99ee3..d3c0391 100644
--- a/gtk/theme/Adwaita/_common.scss
+++ b/gtk/theme/Adwaita/_common.scss
@@ -142,24 +142,16 @@ $ease-out-quad: cubic-bezier(0.25, 0.46, 0.45, 0.94);
 
 .undershoot {
   &.top {
-    background: linear-gradient(to top, transparentize(red,1), transparentize(red,0.5));
-    background-size: auto 100px;
-    background-position: center 100%;
+    box-shadow: inset 0 6px 4px -4px rgba(0,0,0,.3);
   } 
   &.bottom {
-    background: linear-gradient(to bottom, transparentize(red,1), transparentize(red,0.5));
-    background-size: auto 100px;
-    background-position: center 0%;
+    box-shadow: inset 0 -6px 4px -4px rgba(0,0,0,.3);
   } 
   &.left {
-    background: linear-gradient(to left, transparentize(red,1), transparentize(red,0.5));
-    background-size: 100px auto;
-    background-position: 100% center;
+    box-shadow: inset 6px 0 4px -4px rgba(0,0,0,.3);
   } 
   &.right {
-    background: linear-gradient(to right, transparentize(red,1), transparentize(red,0.5));
-    background-size: 100px auto;
-    background-position: 0% center;
+    box-shadow: inset -6px 0 4px -4px rgba(0,0,0,.3);
   } 
 }
 
diff --git a/gtk/theme/Adwaita/gtk-contained-dark.css b/gtk/theme/Adwaita/gtk-contained-dark.css
index e69d9f7..0bbb245 100644
--- a/gtk/theme/Adwaita/gtk-contained-dark.css
+++ b/gtk/theme/Adwaita/gtk-contained-dark.css
@@ -141,21 +141,13 @@
     box-shadow: none; }
 
 .undershoot.top {
-  background: linear-gradient(to top, rgba(255, 0, 0, 0), rgba(255, 0, 0, 0.5));
-  background-size: auto 100px;
-  background-position: center 100%; }
+  box-shadow: inset 0 6px 4px -4px rgba(0, 0, 0, 0.3); }
 .undershoot.bottom {
-  background: linear-gradient(to bottom, rgba(255, 0, 0, 0), rgba(255, 0, 0, 0.5));
-  background-size: auto 100px;
-  background-position: center 0%; }
+  box-shadow: inset 0 -6px 4px -4px rgba(0, 0, 0, 0.3); }
 .undershoot.left {
-  background: linear-gradient(to left, rgba(255, 0, 0, 0), rgba(255, 0, 0, 0.5));
-  background-size: 100px auto;
-  background-position: 100% center; }
+  box-shadow: inset 6px 0 4px -4px rgba(0, 0, 0, 0.3); }
 .undershoot.right {
-  background: linear-gradient(to right, rgba(255, 0, 0, 0), rgba(255, 0, 0, 0.5));
-  background-size: 100px auto;
-  background-position: 0% center; }
+  box-shadow: inset -6px 0 4px -4px rgba(0, 0, 0, 0.3); }
 
 .label.separator, GtkPlacesSidebar.sidebar .view .label.separator {
   color: #eeeeec; }
@@ -292,18 +284,18 @@ GtkTextView {
     box-shadow: none; }
     .entry.progressbar:backdrop {
       background-color: transparent; }
-  .linked .entry {
+  .linked > .entry {
     border-radius: 0; }
-    .linked .entry:first-child {
+    .linked > .entry:first-child {
       border-top-left-radius: 3px;
       border-bottom-left-radius: 3px; }
-      .linked .entry:first-child:dir(rtl) {
+      .linked > .entry:first-child:dir(rtl) {
         border-right-style: none; }
-    .linked .entry:last-child {
+    .linked > .entry:last-child {
       border-top-right-radius: 3px;
       border-bottom-right-radius: 3px;
       border-left-style: none; }
-      .linked .entry:last-child:dir(rtl) {
+      .linked > .entry:last-child:dir(rtl) {
         border-left-style: solid; }
   .entry.error {
     color: #cc0000;
@@ -333,7 +325,7 @@ GtkTextView {
       color: #215d9c; }
     .entry.image:backdrop {
       color: #7e8080; }
-  .linked.vertical .entry {
+  .linked.vertical > .entry {
     background-color: transparent;
     background-image: linear-gradient(to bottom, #212121, #292929 90%);
     color: white;
@@ -342,10 +334,10 @@ GtkTextView {
     background-image: linear-gradient(to bottom, #292929);
     border-bottom-color: #252626;
     box-shadow: none; }
-    .linked.vertical .entry:focus {
+    .linked.vertical > .entry:focus {
       border-color: #0f2b48;
       box-shadow: inset 0 0 0 1px rgba(33, 93, 156, 0.7), 0 -1px 0 0 #0f2b48; }
-    .linked.vertical .entry:insensitive {
+    .linked.vertical > .entry:insensitive {
       background-color: transparent;
       background-image: linear-gradient(to bottom, #212121, #292929 90%);
       color: #939695;
@@ -353,7 +345,7 @@ GtkTextView {
       background-image: linear-gradient(to bottom, #323636);
       box-shadow: inset 0 3px transparent, inset 0 2px transparent, inset 0 1px transparent;
       border-bottom-color: #252626; }
-      .linked.vertical .entry:insensitive:backdrop {
+      .linked.vertical > .entry:insensitive:backdrop {
         background-color: transparent;
         background-image: linear-gradient(to bottom, #212121, #292929 90%);
         color: #5d6767;
@@ -361,7 +353,7 @@ GtkTextView {
         background-image: linear-gradient(to bottom, #323636);
         box-shadow: inset 0 3px transparent, inset 0 2px transparent, inset 0 1px transparent;
         border-bottom-color: #272929; }
-    .linked.vertical .entry:backdrop {
+    .linked.vertical > .entry:backdrop {
       background-color: transparent;
       background-image: linear-gradient(to bottom, #212121, #292929 90%);
       color: #d4d4d4;
@@ -369,19 +361,19 @@ GtkTextView {
       background-image: linear-gradient(to bottom, #2c2c2c);
       box-shadow: inset 0 3px transparent, inset 0 2px transparent, inset 0 1px transparent;
       border-bottom-color: #272929; }
-    .linked.vertical .entry:first-child {
+    .linked.vertical > .entry:first-child {
       background-color: transparent;
       background-image: linear-gradient(to bottom, #212121, #292929 90%);
       color: white;
       border-color: #1c1f1f;
       box-shadow: inset 0 3px rgba(0, 0, 0, 0.02), inset 0 2px rgba(0, 0, 0, 0.03), inset 0 1px rgba(0, 0, 
0, 0.08), inset 0 0 0 1px rgba(33, 93, 156, 0);
       border-bottom-color: #252626; }
-      .linked.vertical .entry:first-child:focus {
+      .linked.vertical > .entry:first-child:focus {
         background-color: transparent;
         background-image: linear-gradient(to bottom, #212121, #292929 90%);
         box-shadow: inset 0 3px rgba(0, 0, 0, 0.02), inset 0 2px rgba(0, 0, 0, 0.03), inset 0 1px rgba(0, 0, 
0, 0.08), inset 0 0 0 1px rgba(33, 93, 156, 0.7);
         border-color: #0f2b48; }
-      .linked.vertical .entry:first-child:insensitive {
+      .linked.vertical > .entry:first-child:insensitive {
         background-color: transparent;
         background-image: linear-gradient(to bottom, #212121, #292929 90%);
         color: #939695;
@@ -389,7 +381,7 @@ GtkTextView {
         background-image: linear-gradient(to bottom, #323636);
         box-shadow: inset 0 3px transparent, inset 0 2px transparent, inset 0 1px transparent;
         border-bottom-color: #272929; }
-        .linked.vertical .entry:first-child:insensitive:backdrop {
+        .linked.vertical > .entry:first-child:insensitive:backdrop {
           background-color: transparent;
           background-image: linear-gradient(to bottom, #212121, #292929 90%);
           color: #5d6767;
@@ -398,7 +390,7 @@ GtkTextView {
           box-shadow: inset 0 3px transparent, inset 0 2px transparent, inset 0 1px transparent;
           border-bottom-color: #272929;
           border-top-style: solid; }
-      .linked.vertical .entry:first-child:backdrop {
+      .linked.vertical > .entry:first-child:backdrop {
         background-color: transparent;
         background-image: linear-gradient(to bottom, #212121, #292929 90%);
         color: #d4d4d4;
@@ -406,7 +398,7 @@ GtkTextView {
         background-image: linear-gradient(to bottom, #2c2c2c);
         box-shadow: inset 0 3px transparent, inset 0 2px transparent, inset 0 1px transparent;
         border-bottom-color: #272929; }
-    .linked.vertical .entry:last-child {
+    .linked.vertical > .entry:last-child {
       background-color: transparent;
       background-image: linear-gradient(to bottom, #212121, #292929 90%);
       color: white;
@@ -414,24 +406,24 @@ GtkTextView {
       box-shadow: inset 0 3px rgba(0, 0, 0, 0.02), inset 0 2px rgba(0, 0, 0, 0.03), inset 0 1px rgba(0, 0, 
0, 0.08), inset 0 0 0 1px rgba(33, 93, 156, 0), 0 1px rgba(238, 238, 236, 0.1);
       background-image: linear-gradient(to bottom, #292929);
       box-shadow: 0 1px rgba(238, 238, 236, 0.1); }
-      .linked.vertical .entry:last-child:focus {
+      .linked.vertical > .entry:last-child:focus {
         border-color: #0f2b48;
         box-shadow: inset 0 0 0 1px rgba(33, 93, 156, 0.7), 0 -1px 0 0 #0f2b48, 0 1px rgba(238, 238, 236, 
0.1); }
-      .linked.vertical .entry:last-child:insensitive {
+      .linked.vertical > .entry:last-child:insensitive {
         background-color: transparent;
         background-image: linear-gradient(to bottom, #212121, #292929 90%);
         color: #939695;
         border-color: #1c1f1f;
         background-image: linear-gradient(to bottom, #323636);
         box-shadow: inset 0 3px transparent, inset 0 2px transparent, inset 0 1px transparent, 0 1px 
rgba(238, 238, 236, 0.1); }
-        .linked.vertical .entry:last-child:insensitive:backdrop {
+        .linked.vertical > .entry:last-child:insensitive:backdrop {
           background-color: transparent;
           background-image: linear-gradient(to bottom, #212121, #292929 90%);
           color: #5d6767;
           border-color: #1e2222;
           background-image: linear-gradient(to bottom, #323636);
           box-shadow: inset 0 3px transparent, inset 0 2px transparent, inset 0 1px transparent, 0 1px 
rgba(238, 238, 236, 0); }
-      .linked.vertical .entry:last-child:backdrop {
+      .linked.vertical > .entry:last-child:backdrop {
         background-color: transparent;
         background-image: linear-gradient(to bottom, #212121, #292929 90%);
         color: #d4d4d4;
@@ -1286,20 +1278,20 @@ GtkComboBox.combobox-entry .titlebar .button.titlebutton,
   border-radius: 3px;
   border-style: solid; }
 
-.linked.vertical .entry, .linked.vertical .entry:focus, .linked.vertical .entry:insensitive, 
.linked.vertical .entry:insensitive:backdrop, .linked.vertical .entry:backdrop, .linked.vertical > .button, 
.linked.vertical > .button:hover, .linked.vertical > .button:active, .linked.vertical > .button:checked, 
.linked.vertical > .button:backdrop, .linked.vertical > GtkComboBoxText > .button,
+.linked.vertical > .entry, .linked.vertical > .entry:focus, .linked.vertical > .entry:insensitive, 
.linked.vertical > .entry:insensitive:backdrop, .linked.vertical > .entry:backdrop, .linked.vertical > 
.button, .linked.vertical > .button:hover, .linked.vertical > .button:active, .linked.vertical > 
.button:checked, .linked.vertical > .button:backdrop, .linked.vertical > GtkComboBoxText > .button,
 .linked.vertical > GtkComboBox > .button {
   border-left-style: solid;
   border-top-style: none;
   border-radius: 0; }
 
-.linked.vertical .entry:first-child, .linked.vertical > .button:first-child, .linked.vertical > 
GtkComboBoxText:first-child > .button,
+.linked.vertical > .entry:first-child, .linked.vertical > .button:first-child, .linked.vertical > 
GtkComboBoxText:first-child > .button,
 .linked.vertical > GtkComboBox:first-child > .button {
   border-style: solid;
   border-radius: 3px 3px 0 0; }
-.linked.vertical .entry:last-child, .linked.vertical > .button:last-child, .linked.vertical > 
GtkComboBoxText:last-child > .button,
+.linked.vertical > .entry:last-child, .linked.vertical > .button:last-child, .linked.vertical > 
GtkComboBoxText:last-child > .button,
 .linked.vertical > GtkComboBox:last-child > .button {
   border-radius: 0 0 3px 3px; }
-.linked.vertical .entry:only-child, .linked.vertical > .button:only-child, .linked.vertical > 
GtkComboBoxText:only-child > .button,
+.linked.vertical > .entry:only-child, .linked.vertical > .button:only-child, .linked.vertical > 
GtkComboBoxText:only-child > .button,
 .linked.vertical > GtkComboBox:only-child > .button {
   border-radius: 3px;
   border-style: solid; }
diff --git a/gtk/theme/Adwaita/gtk-contained.css b/gtk/theme/Adwaita/gtk-contained.css
index d53ddfb..fed4e59 100644
--- a/gtk/theme/Adwaita/gtk-contained.css
+++ b/gtk/theme/Adwaita/gtk-contained.css
@@ -141,21 +141,13 @@
     box-shadow: none; }
 
 .undershoot.top {
-  background: linear-gradient(to top, rgba(255, 0, 0, 0), rgba(255, 0, 0, 0.5));
-  background-size: auto 100px;
-  background-position: center 100%; }
+  box-shadow: inset 0 6px 4px -4px rgba(0, 0, 0, 0.3); }
 .undershoot.bottom {
-  background: linear-gradient(to bottom, rgba(255, 0, 0, 0), rgba(255, 0, 0, 0.5));
-  background-size: auto 100px;
-  background-position: center 0%; }
+  box-shadow: inset 0 -6px 4px -4px rgba(0, 0, 0, 0.3); }
 .undershoot.left {
-  background: linear-gradient(to left, rgba(255, 0, 0, 0), rgba(255, 0, 0, 0.5));
-  background-size: 100px auto;
-  background-position: 100% center; }
+  box-shadow: inset 6px 0 4px -4px rgba(0, 0, 0, 0.3); }
 .undershoot.right {
-  background: linear-gradient(to right, rgba(255, 0, 0, 0), rgba(255, 0, 0, 0.5));
-  background-size: 100px auto;
-  background-position: 0% center; }
+  box-shadow: inset -6px 0 4px -4px rgba(0, 0, 0, 0.3); }
 
 .label.separator, GtkPlacesSidebar.sidebar .view .label.separator {
   color: #2e3436; }
@@ -292,18 +284,18 @@ GtkTextView {
     box-shadow: none; }
     .entry.progressbar:backdrop {
       background-color: transparent; }
-  .linked .entry {
+  .linked > .entry {
     border-radius: 0; }
-    .linked .entry:first-child {
+    .linked > .entry:first-child {
       border-top-left-radius: 3px;
       border-bottom-left-radius: 3px; }
-      .linked .entry:first-child:dir(rtl) {
+      .linked > .entry:first-child:dir(rtl) {
         border-right-style: none; }
-    .linked .entry:last-child {
+    .linked > .entry:last-child {
       border-top-right-radius: 3px;
       border-bottom-right-radius: 3px;
       border-left-style: none; }
-      .linked .entry:last-child:dir(rtl) {
+      .linked > .entry:last-child:dir(rtl) {
         border-left-style: solid; }
   .entry.error {
     color: #cc0000;
@@ -333,7 +325,7 @@ GtkTextView {
       color: #4a90d9; }
     .entry.image:backdrop {
       color: #a3a6a7; }
-  .linked.vertical .entry {
+  .linked.vertical > .entry {
     background-color: transparent;
     background-image: linear-gradient(to bottom, #f7f7f7, #ffffff 90%);
     color: black;
@@ -342,10 +334,10 @@ GtkTextView {
     background-image: linear-gradient(to bottom, #ffffff);
     border-bottom-color: #e2e2e2;
     box-shadow: none; }
-    .linked.vertical .entry:focus {
+    .linked.vertical > .entry:focus {
       border-color: #4a90d9;
       box-shadow: inset 0 0 0 1px rgba(74, 144, 217, 0.15), 0 -1px 0 0 #4a90d9; }
-    .linked.vertical .entry:insensitive {
+    .linked.vertical > .entry:insensitive {
       background-color: transparent;
       background-image: linear-gradient(to bottom, #f7f7f7, #ffffff 90%);
       color: #8d9091;
@@ -353,7 +345,7 @@ GtkTextView {
       background-image: linear-gradient(to bottom, #f4f4f4);
       box-shadow: inset 0 3px transparent, inset 0 2px transparent, inset 0 1px transparent;
       border-bottom-color: #e2e2e2; }
-      .linked.vertical .entry:insensitive:backdrop {
+      .linked.vertical > .entry:insensitive:backdrop {
         background-color: transparent;
         background-image: linear-gradient(to bottom, #f7f7f7, #ffffff 90%);
         color: #c7c7c7;
@@ -361,7 +353,7 @@ GtkTextView {
         background-image: linear-gradient(to bottom, #f4f4f4);
         box-shadow: inset 0 3px transparent, inset 0 2px transparent, inset 0 1px transparent;
         border-bottom-color: #e4e4e4; }
-    .linked.vertical .entry:backdrop {
+    .linked.vertical > .entry:backdrop {
       background-color: transparent;
       background-image: linear-gradient(to bottom, #f7f7f7, #ffffff 90%);
       color: #323232;
@@ -369,19 +361,19 @@ GtkTextView {
       background-image: linear-gradient(to bottom, white);
       box-shadow: inset 0 3px transparent, inset 0 2px transparent, inset 0 1px transparent;
       border-bottom-color: #e4e4e4; }
-    .linked.vertical .entry:first-child {
+    .linked.vertical > .entry:first-child {
       background-color: transparent;
       background-image: linear-gradient(to bottom, #f7f7f7, #ffffff 90%);
       color: black;
       border-color: #a1a1a1;
       box-shadow: inset 0 3px rgba(0, 0, 0, 0.02), inset 0 2px rgba(0, 0, 0, 0.03), inset 0 1px rgba(0, 0, 
0, 0.08), inset 0 0 0 1px rgba(74, 144, 217, 0);
       border-bottom-color: #e2e2e2; }
-      .linked.vertical .entry:first-child:focus {
+      .linked.vertical > .entry:first-child:focus {
         background-color: transparent;
         background-image: linear-gradient(to bottom, #f7f7f7, #ffffff 90%);
         box-shadow: inset 0 3px rgba(0, 0, 0, 0.02), inset 0 2px rgba(0, 0, 0, 0.03), inset 0 1px rgba(0, 0, 
0, 0.08), inset 0 0 0 1px rgba(74, 144, 217, 0.15);
         border-color: #4a90d9; }
-      .linked.vertical .entry:first-child:insensitive {
+      .linked.vertical > .entry:first-child:insensitive {
         background-color: transparent;
         background-image: linear-gradient(to bottom, #f7f7f7, #ffffff 90%);
         color: #8d9091;
@@ -389,7 +381,7 @@ GtkTextView {
         background-image: linear-gradient(to bottom, #f4f4f4);
         box-shadow: inset 0 3px transparent, inset 0 2px transparent, inset 0 1px transparent;
         border-bottom-color: #e4e4e4; }
-        .linked.vertical .entry:first-child:insensitive:backdrop {
+        .linked.vertical > .entry:first-child:insensitive:backdrop {
           background-color: transparent;
           background-image: linear-gradient(to bottom, #f7f7f7, #ffffff 90%);
           color: #c7c7c7;
@@ -398,7 +390,7 @@ GtkTextView {
           box-shadow: inset 0 3px transparent, inset 0 2px transparent, inset 0 1px transparent;
           border-bottom-color: #e4e4e4;
           border-top-style: solid; }
-      .linked.vertical .entry:first-child:backdrop {
+      .linked.vertical > .entry:first-child:backdrop {
         background-color: transparent;
         background-image: linear-gradient(to bottom, #f7f7f7, #ffffff 90%);
         color: #323232;
@@ -406,7 +398,7 @@ GtkTextView {
         background-image: linear-gradient(to bottom, white);
         box-shadow: inset 0 3px transparent, inset 0 2px transparent, inset 0 1px transparent;
         border-bottom-color: #e4e4e4; }
-    .linked.vertical .entry:last-child {
+    .linked.vertical > .entry:last-child {
       background-color: transparent;
       background-image: linear-gradient(to bottom, #f7f7f7, #ffffff 90%);
       color: black;
@@ -414,24 +406,24 @@ GtkTextView {
       box-shadow: inset 0 3px rgba(0, 0, 0, 0.02), inset 0 2px rgba(0, 0, 0, 0.03), inset 0 1px rgba(0, 0, 
0, 0.08), inset 0 0 0 1px rgba(74, 144, 217, 0), 0 1px white;
       background-image: linear-gradient(to bottom, #ffffff);
       box-shadow: 0 1px white; }
-      .linked.vertical .entry:last-child:focus {
+      .linked.vertical > .entry:last-child:focus {
         border-color: #4a90d9;
         box-shadow: inset 0 0 0 1px rgba(74, 144, 217, 0.15), 0 -1px 0 0 #4a90d9, 0 1px white; }
-      .linked.vertical .entry:last-child:insensitive {
+      .linked.vertical > .entry:last-child:insensitive {
         background-color: transparent;
         background-image: linear-gradient(to bottom, #f7f7f7, #ffffff 90%);
         color: #8d9091;
         border-color: #a1a1a1;
         background-image: linear-gradient(to bottom, #f4f4f4);
         box-shadow: inset 0 3px transparent, inset 0 2px transparent, inset 0 1px transparent, 0 1px white; }
-        .linked.vertical .entry:last-child:insensitive:backdrop {
+        .linked.vertical > .entry:last-child:insensitive:backdrop {
           background-color: transparent;
           background-image: linear-gradient(to bottom, #f7f7f7, #ffffff 90%);
           color: #c7c7c7;
           border-color: #a8a8a8;
           background-image: linear-gradient(to bottom, #f4f4f4);
           box-shadow: inset 0 3px transparent, inset 0 2px transparent, inset 0 1px transparent, 0 1px 
rgba(255, 255, 255, 0); }
-      .linked.vertical .entry:last-child:backdrop {
+      .linked.vertical > .entry:last-child:backdrop {
         background-color: transparent;
         background-image: linear-gradient(to bottom, #f7f7f7, #ffffff 90%);
         color: #323232;
@@ -1286,20 +1278,20 @@ GtkComboBox.combobox-entry .titlebar .button.titlebutton,
   border-radius: 3px;
   border-style: solid; }
 
-.linked.vertical .entry, .linked.vertical .entry:focus, .linked.vertical .entry:insensitive, 
.linked.vertical .entry:insensitive:backdrop, .linked.vertical .entry:backdrop, .linked.vertical > .button, 
.linked.vertical > .button:hover, .linked.vertical > .button:active, .linked.vertical > .button:checked, 
.linked.vertical > .button:backdrop, .linked.vertical > GtkComboBoxText > .button,
+.linked.vertical > .entry, .linked.vertical > .entry:focus, .linked.vertical > .entry:insensitive, 
.linked.vertical > .entry:insensitive:backdrop, .linked.vertical > .entry:backdrop, .linked.vertical > 
.button, .linked.vertical > .button:hover, .linked.vertical > .button:active, .linked.vertical > 
.button:checked, .linked.vertical > .button:backdrop, .linked.vertical > GtkComboBoxText > .button,
 .linked.vertical > GtkComboBox > .button {
   border-left-style: solid;
   border-top-style: none;
   border-radius: 0; }
 
-.linked.vertical .entry:first-child, .linked.vertical > .button:first-child, .linked.vertical > 
GtkComboBoxText:first-child > .button,
+.linked.vertical > .entry:first-child, .linked.vertical > .button:first-child, .linked.vertical > 
GtkComboBoxText:first-child > .button,
 .linked.vertical > GtkComboBox:first-child > .button {
   border-style: solid;
   border-radius: 3px 3px 0 0; }
-.linked.vertical .entry:last-child, .linked.vertical > .button:last-child, .linked.vertical > 
GtkComboBoxText:last-child > .button,
+.linked.vertical > .entry:last-child, .linked.vertical > .button:last-child, .linked.vertical > 
GtkComboBoxText:last-child > .button,
 .linked.vertical > GtkComboBox:last-child > .button {
   border-radius: 0 0 3px 3px; }
-.linked.vertical .entry:only-child, .linked.vertical > .button:only-child, .linked.vertical > 
GtkComboBoxText:only-child > .button,
+.linked.vertical > .entry:only-child, .linked.vertical > .button:only-child, .linked.vertical > 
GtkComboBoxText:only-child > .button,
 .linked.vertical > GtkComboBox:only-child > .button {
   border-radius: 3px;
   border-style: solid; }


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