[gnome-clocks] Remove unused style classes
- From: Allan Day <allanday src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-clocks] Remove unused style classes
- Date: Thu, 16 Aug 2012 17:17:43 +0000 (UTC)
commit 72c663bb281f6f47058982cf4a0ffe7347b1394f
Author: Allan Day <allanpday gmail com>
Date: Thu Aug 16 13:53:05 2012 +0100
Remove unused style classes
The .clocks-continue and .clocks-lap style classes weren't being
used, and they're not required by the designs.
data/gtk-style.css | 32 --------------------------------
1 files changed, 0 insertions(+), 32 deletions(-)
---
diff --git a/data/gtk-style.css b/data/gtk-style.css
index eccc2fe..c7f7b24 100644
--- a/data/gtk-style.css
+++ b/data/gtk-style.css
@@ -1,6 +1,4 @@
- define-color clocks_continue_color #5f8dd3;
@define-color clocks_start_color #006B09;
- define-color clocks_lap_color #999999;
@define-color clocks_stop_color #ff0000;
.clocks-toolbar.toolbar {
@@ -13,26 +11,6 @@
background-color: #f1f2f1
}
-.clocks-continue {
- background-image: -gtk-gradient (linear,
- left top, left bottom,
- from (@clocks_continue_color),
- to (darker (@clocks_continue_color)));
- color: #ffffff;
- border-image: none;
- border-width: 0;
-}
-
-.clocks-continue:active {
- background-image: -gtk-gradient (linear,
- left bottom, left top,
- from (@clocks_continue_color),
- to (darker (@clocks_continue_color)));
- color: #ffffff;
- border-image: none;
- border-width: 0;
-}
-
.clocks-start {
background-image: -gtk-gradient (linear,
left top, left bottom,
@@ -43,16 +21,6 @@
border-width: 0;
}
-.clocks-lap {
- background-image: -gtk-gradient (linear,
- left top, left bottom,
- from (@clocks_lap_color),
- to (darker (@clocks_lap_color)));
- color: #ffffff;
- border-image: none;
- border-width: 0;
-}
-
.clocks-stop {
background-image: -gtk-gradient (linear,
left top, left bottom,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]