mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 20:49:20 +03:00
Fix menu dropdown icon (rainloop resized the font, not the glyph)
This commit is contained in:
parent
e141ee8ea3
commit
f1a3f54547
8 changed files with 12 additions and 16 deletions
|
|
@ -1,11 +1,4 @@
|
|||
|
||||
[class^="icon-"],
|
||||
[class*=" icon-"] {
|
||||
display: inline-block;
|
||||
width: 1em;
|
||||
height: 1em;
|
||||
}
|
||||
|
||||
.fontastic + span,
|
||||
[class^="icon-"] + span,
|
||||
[class*=" icon-"] + span {
|
||||
|
|
@ -14,6 +7,9 @@
|
|||
|
||||
[class^="icon-"],
|
||||
[class*=" icon-"] {
|
||||
display: inline-block;
|
||||
width: 1em;
|
||||
height: 1em;
|
||||
line-height: 1;
|
||||
font-size: 16px;
|
||||
vertical-align: text-top;
|
||||
|
|
@ -30,14 +26,14 @@
|
|||
margin-left: -1px;
|
||||
}
|
||||
|
||||
.iconsize24 {
|
||||
font-size: 24px;
|
||||
}
|
||||
|
||||
.iconsize20 {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
.iconsize24 {
|
||||
font-size: 24px;
|
||||
}
|
||||
|
||||
/* White icons with optional class, or on hover/active states of certain elements */
|
||||
.icon-white,
|
||||
.nav > .active > a > [class^="icon-"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue