[gnome-shell/wip/sassWithSomeFixes: 53/62] theme: make notification counters round.
- From: Carlos Soriano Sánchez <csoriano src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/sassWithSomeFixes: 53/62] theme: make notification counters round.
- Date: Mon, 10 Nov 2014 16:12:42 +0000 (UTC)
commit 1d646f3341e0f72897798bc9d507f3c004c34f1a
Author: Jakub Steiner <jimmac gmail com>
Date: Mon Oct 27 16:21:17 2014 +0100
theme: make notification counters round.
data/theme/_common.scss | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/data/theme/_common.scss b/data/theme/_common.scss
index d9b0fae..f42aee5 100644
--- a/data/theme/_common.scss
+++ b/data/theme/_common.scss
@@ -733,12 +733,13 @@ StScrollBar {
.summary-source-counter {
font-size: 10pt;
font-weight: bold;
- height: 2.4em; width: 2.4em;
- -shell-counter-overlap-x: 13px;
- -shell-counter-overlap-y: 13px;
+ height: 1.6em; width: 1.6em;
+ -shell-counter-overlap-x: 3px;
+ -shell-counter-overlap-y: 3px;
background-color: $selected_bg_color;
border: 2px solid $fg_color;
box-shadow: 0 2px 2px rgba(0,0,0,0.5);
+ border-radius: 0.9em; // should be 0.8 but whatever; wish I could do 50%;
}
//Message tray popovers
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]