[gnome-software] theme: don't throb the counter label
- From: Jakub Steiner <jimmac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software] theme: don't throb the counter label
- Date: Mon, 18 Nov 2013 14:28:57 +0000 (UTC)
commit 6e5f5600bf08dd72a29372071d533712710af709
Author: Jakub Steiner <jimmac gmail com>
Date: Mon Nov 18 15:28:13 2013 +0100
theme: don't throb the counter label
https://bugzilla.gnome.org/show_bug.cgi?id=710169
src/gtk-style.css | 27 +++------------------------
1 files changed, 3 insertions(+), 24 deletions(-)
---
diff --git a/src/gtk-style.css b/src/gtk-style.css
index 55ec1e0..35865c8 100644
--- a/src/gtk-style.css
+++ b/src/gtk-style.css
@@ -21,33 +21,12 @@ GtkNotebook.main-notebook-software > GtkScrolledWindow {
border-right-width: 0px;
}
- keyframes throbbing {
- 0% { background-image: linear-gradient(to bottom,
- transparent 80%,
- alpha(@theme_selected_bg_color, .2) 95%,
- shade(@theme_selected_bg_color, 1.1)),
- linear-gradient(to bottom,
- @button_gradient_color_a,
- @button_gradient_color_b 40%,
- @button_gradient_color_c);
- }
+.needs-attention {
+ background-image: none;
+ background-color: shade(@theme_selected_bg_color, 1.1);
+ border-radius: 1px;
}
-.needs-attention {
- background-image: linear-gradient(to bottom,
- @button_gradient_color_a,
- @button_gradient_color_b 40%,
- @button_gradient_color_c);
- animation: throbbing linear 3s infinite alternate;
-}
-
- .needs-attention:hover {
- background-image: linear-gradient(to bottom,
- @button_hover_gradient_color_a,
- @button_hover_gradient_color_b
- );
- }
-
.screenshot-image, .screenshot-image-thumb {
background-image: none;
background-color: shade(@theme_bg_color, 0.9);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]