[gnome-clocks] css: Set dim color with opacity instead of grey



commit 0e0dd637382fe347b6bdc335167053f8dcc6ce72
Author: Maximiliano Sandoval R <msandova gnome org>
Date:   Fri Oct 15 11:20:27 2021 +0200

    css: Set dim color with opacity instead of grey

 data/css/gnome-clocks.css | 8 --------
 data/ui/stopwatch-face.ui | 2 ++
 2 files changed, 2 insertions(+), 8 deletions(-)
---
diff --git a/data/css/gnome-clocks.css b/data/css/gnome-clocks.css
index 3a1e5682..13f089ef 100644
--- a/data/css/gnome-clocks.css
+++ b/data/css/gnome-clocks.css
@@ -162,7 +162,6 @@ spinbutton.clocks-timer-label button {
 .running-stopwatch label,
 .paused-stopwatch label {
        font-size: 70px;
-       color: grey;
        font-weight: lighter;
 }
 
@@ -186,13 +185,6 @@ spinbutton.clocks-timer-label button {
        font-weight: 300;
 }
 
-.stopped-stopwatch .seconds-label,
-.stopped-stopwatch .miliseconds-label,
-.paused-stopwatch .seconds-label,
-.paused-stopwatch .miliseconds-label {
-       color: black;
-}
-
 /* World */
 
 .clock-title {
diff --git a/data/ui/stopwatch-face.ui b/data/ui/stopwatch-face.ui
index 73b56130..c36fa5b4 100644
--- a/data/ui/stopwatch-face.ui
+++ b/data/ui/stopwatch-face.ui
@@ -41,6 +41,7 @@
                         </attributes>
                         <style>
                           <class name="hours-label"/>
+                          <class name="dim-label"/>
                         </style>
                       </object>
                       <packing>
@@ -73,6 +74,7 @@
                         </attributes>
                         <style>
                           <class name="minutes-label"/>
+                          <class name="dim-label"/>
                         </style>
                       </object>
                       <packing>


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