From 3b1f34946da315422bf3c9c57a211d439ed1c068 Mon Sep 17 00:00:00 2001 From: Michael Henretty Date: Tue, 25 Mar 2014 13:31:14 -0700 Subject: [PATCH] Bug 975973 - [DSDS] The "data circle" icon is not made smaller for DSDS configurations --- apps/system/style/statusbar/statusbar.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/apps/system/style/statusbar/statusbar.css b/apps/system/style/statusbar/statusbar.css index 85e694668256..6bf8cdf28df8 100644 --- a/apps/system/style/statusbar/statusbar.css +++ b/apps/system/style/statusbar/statusbar.css @@ -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;