Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Bug 975973 - [DSDS] The "data circle" icon is not made smaller for DS…
Browse files Browse the repository at this point in the history
…DS configurations
  • Loading branch information
mikehenrty committed Mar 25, 2014
1 parent 9da1b9c commit 3b1f349
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions apps/system/style/statusbar/statusbar.css
Expand Up @@ -223,6 +223,15 @@ body.rb-enabled #statusbar-label {
text-align: right;
}

#statusbar-connections[data-multiple="true"] .statusbar-data.sb-icon-data-circle {
top: -0.1rem;
left: 0.2rem;
width: 0.8rem;
height: 0.8rem;
background-size: 16.7rem 4.8rem;
background-position: -6.68rem -4rem;
}

#statusbar-connections[data-multiple="true"] .statusbar-data[hidden] {
display: block;
opacity: 0;
Expand Down

0 comments on commit 3b1f349

Please sign in to comment.