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

Commit

Permalink
Merge pull request #17603 from mikehenrty/bug-975973-lite
Browse files Browse the repository at this point in the history
Bug 975973 - [DSDS] The "data circle" icon is not made smaller for DSDS ...
  • Loading branch information
mikehenrty committed Apr 2, 2014
2 parents f54d933 + 3b1f349 commit 4b60441
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions apps/system/style/statusbar/statusbar.css
Expand Up @@ -200,6 +200,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 4b60441

Please sign in to comment.