summaryrefslogtreecommitdiffstats
path: root/webapp/sass/routes
diff options
context:
space:
mode:
authorAsaad Mahmood <asaadmahmoodspin@users.noreply.github.com>2016-05-25 17:39:14 +0500
committerChristopher Speller <crspeller@gmail.com>2016-05-25 08:39:14 -0400
commitdb29413000f695b09bfbc4846b6558eaf72cf0bf (patch)
treee201af348d3d5659f3c5dc5f12c7785f2c871f13 /webapp/sass/routes
parent20302c6953775ac5f0030456b69e24a472242caa (diff)
downloadchat-db29413000f695b09bfbc4846b6558eaf72cf0bf.tar.gz
chat-db29413000f695b09bfbc4846b6558eaf72cf0bf.tar.bz2
chat-db29413000f695b09bfbc4846b6558eaf72cf0bf.zip
Minor UI improvements (#3095)
Updating config.json Updating config.json Updating config.json Updating config.json
Diffstat (limited to 'webapp/sass/routes')
-rw-r--r--webapp/sass/routes/_admin-console.scss22
1 files changed, 21 insertions, 1 deletions
diff --git a/webapp/sass/routes/_admin-console.scss b/webapp/sass/routes/_admin-console.scss
index 0164f485e..815ac9761 100644
--- a/webapp/sass/routes/_admin-console.scss
+++ b/webapp/sass/routes/_admin-console.scss
@@ -240,7 +240,6 @@
.admin-sidebar {
background: #333;
- border-right: 1px solid #ddd;
height: 100%;
left: 0;
position: absolute;
@@ -315,6 +314,27 @@
&--active {
color: $white;
font-weight: 600;
+
+ &:after {
+ -moz-osx-font-smoothing: grayscale;
+ -webkit-font-smoothing: antialiased;
+ color: whitesmoke;
+ content: "\f0d9";
+ display: inline-block;
+ font: normal normal normal 26px/1 FontAwesome;
+ position: absolute;
+ right: -1px;
+ text-rendering: auto;
+ top: 3px;
+ }
+ }
+ }
+
+ .sidebar-subsection-title {
+ &--active {
+ &:after {
+ top: 2px;
+ }
}
}