[gnome-shell-sass] Fix last commit



commit bdc45606a1896c93d90eba7f4e1417573f8a27f9
Author: Florian Müllner <fmuellner gnome org>
Date:   Fri Feb 20 15:08:35 2015 +0100

    Fix last commit

 _common.scss |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/_common.scss b/_common.scss
index 482593d..2c3c5d7 100644
--- a/_common.scss
+++ b/_common.scss
@@ -1191,13 +1191,13 @@ StScrollBar {
     .page-indicator-icon {
       width: 18px;
       height: 18px;
-      background-image: url(resource:///org/gnome/shell/theme/age-indicator-inactive.svg);
+      background-image: url(resource:///org/gnome/shell/theme/page-indicator-inactive.svg);
     }
 
-    &:hover .page-indicator-icon { background-image: 
url(resource:///org/gnome/shell/theme/age-indicator-hover.svg); }
-    &:active .page-indicator-icon { background-image: 
url(resource:///org/gnome/shell/theme/age-indicator-active.svg); }
+    &:hover .page-indicator-icon { background-image: 
url(resource:///org/gnome/shell/theme/page-indicator-hover.svg); }
+    &:active .page-indicator-icon { background-image: 
url(resource:///org/gnome/shell/theme/page-indicator-active.svg); }
     &:checked .page-indicator-icon,
-    &:checked:active { background-image: url(resource:///org/gnome/shell/theme/age-indicator-checked.svg); }
+    &:checked:active { background-image: url(resource:///org/gnome/shell/theme/page-indicator-checked.svg); }
   }
 
   .no-frequent-applications-label { @extend %status_text; }
@@ -1704,7 +1704,7 @@ StScrollBar {
 }
 
 #lockDialogGroup {
-  background: #2e3436 url(resource:///org/gnome/shell/theme/oise-texture.png);
+  background: #2e3436 url(resource:///org/gnome/shell/theme/noise-texture.png);
   background-repeat: repeat;
 }
 


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