Skip to content

Commit

Permalink
Added hotfix CSS to sidebar notification
Browse files Browse the repository at this point in the history
  • Loading branch information
bnvk committed Dec 27, 2013
1 parent 759be98 commit 9cfe11b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
6 changes: 4 additions & 2 deletions static/default/css/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -4889,7 +4889,7 @@ Version: 3.4.2 Timestamp: Mon Aug 12 15:04:12 PDT 2013
line-height: 14px;
color: #4d4d4d;
}
.select2-result-label .icon-verified {
.select2-result-label .icon-encrypted {
color: #4b7945;
margin-left: 8px;
}
Expand Down Expand Up @@ -5056,7 +5056,7 @@ Version: 3.4.2 Timestamp: Mon Aug 12 15:04:12 PDT 2013
.select2-search-choice .icon-user {
margin-right: 8px;
}
.select2-search-choice .icon-verified {
.select2-search-choice .icon-encrypted {
color: #4b7945;
margin-left: 8px;
}
Expand Down Expand Up @@ -6105,13 +6105,15 @@ div.content-normal {
display: inline-block;
white-space: nowrap;
overflow: hidden;
position: relative;
}
#sidebar span.sidebar-notification {
float: right;
padding: .6em;
font-size: 11px;
line-height: 11px;
color: #ffffff;
position: relative;
}
#sidevar .navigation-on a:hover span.sidebar-notification {
color: #ffffff !important;
Expand Down
1 change: 0 additions & 1 deletion static/default/js/mailpile.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ $(document).ready(function() {
setInterval(function() {
getNewMessages();
}, 300000);



/* Set View Size */
Expand Down
2 changes: 2 additions & 0 deletions static/default/less/app-web/sidebar.less
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
display: inline-block;
white-space: nowrap;
overflow: hidden;
position: relative;
}

#sidebar span.sidebar-notification {
Expand All @@ -72,6 +73,7 @@
font-size: 11px;
line-height: 11px;
color: @white;
position: relative;
}

#sidevar .navigation-on a:hover span.sidebar-notification {
Expand Down

0 comments on commit 9cfe11b

Please sign in to comment.