theme: make notification counters round.

This commit is contained in:
Jakub Steiner 2014-10-27 16:21:17 +01:00 committed by Florian Müllner
parent 6cf53a8d1c
commit 6bc222f37b
2 changed files with 10 additions and 8 deletions

View File

@ -729,12 +729,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

View File

@ -1609,13 +1609,14 @@ 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: #215d9c;
border: 2px solid #eeeeec;
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5); }
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
border-radius: 0.9em; }
.summary-boxpointer {
-arrow-border-radius: 15px;