mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Better folder unread-count view
This commit is contained in:
parent
cbecdd93a0
commit
0659b126e7
6 changed files with 31 additions and 56 deletions
25
vendors/bootstrap/less/labels-badges.less
vendored
25
vendors/bootstrap/less/labels-badges.less
vendored
|
|
@ -1,25 +0,0 @@
|
|||
//
|
||||
// Labels and badges
|
||||
// --------------------------------------------------
|
||||
|
||||
|
||||
// Base classes
|
||||
.badge {
|
||||
background-color: @grayLight;
|
||||
border-radius: 9px;
|
||||
color: @white;
|
||||
font-size: 80%;
|
||||
min-width: 1em;
|
||||
padding: 1px 4px;
|
||||
text-align: center;
|
||||
text-shadow: 0 -1px 0 rgba(0,0,0,.25);
|
||||
}
|
||||
|
||||
// Hover state, but only for links
|
||||
a {
|
||||
&.badge:hover {
|
||||
color: @white;
|
||||
text-decoration: none;
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue