[gnome-software] theme: make "installed badge" more legible
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software] theme: make "installed badge" more legible
- Date: Mon, 9 Sep 2013 20:30:51 +0000 (UTC)
commit 0bd40b5e1221860865a96bfeeffdfb88299b6886
Author: Jakub Steiner <jimmac gmail com>
Date: Mon Sep 9 20:23:26 2013 +0200
theme: make "installed badge" more legible
https://bugzilla.gnome.org/show_bug.cgi?id=707795
src/gtk-style.css | 11 ++++++-----
1 files changed, 6 insertions(+), 5 deletions(-)
---
diff --git a/src/gtk-style.css b/src/gtk-style.css
index c77ea12..5253a25 100644
--- a/src/gtk-style.css
+++ b/src/gtk-style.css
@@ -26,13 +26,14 @@ GtkEventBox.gradient_box_software {
}
.installed-overlay-box {
- background-color: alpha(#729fcf, 0.75);
- border-radius: 6px;
+ font-size: 80%;
+ background-color: @theme_selected_bg_color;
+ border-radius: 4px;
+ color: white; /* label color */
+ text-shadow: 0 1px 0 rgba(0,0,0,0.5);
}
-.installed-overlay-label {
- color: white;
-}
+.installed-overlay-label { }
.index-title-alignment-software {
font-weight: bold;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]