mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Merge and cleanup more CSS rules
This commit is contained in:
parent
e3e0474be2
commit
004378ed8c
22 changed files with 136 additions and 273 deletions
4
vendors/bootstrap/less/dropdowns.less
vendored
4
vendors/bootstrap/less/dropdowns.less
vendored
|
|
@ -59,7 +59,7 @@
|
|||
// Links within the dropdown menu
|
||||
a {
|
||||
display: block;
|
||||
padding: 3px 20px;
|
||||
padding: 3px 10px;
|
||||
clear: both;
|
||||
font-weight: normal;
|
||||
line-height: @baseLineHeight;
|
||||
|
|
@ -75,7 +75,6 @@
|
|||
text-decoration: none;
|
||||
color: @dropdownLinkColorHover;
|
||||
background-color: @dropdownLinkBackgroundHover;
|
||||
#gradient > .vertical(@dropdownLinkBackgroundHover, darken(@dropdownLinkBackgroundHover, 5%));
|
||||
}
|
||||
|
||||
// Active state
|
||||
|
|
@ -86,7 +85,6 @@
|
|||
text-decoration: none;
|
||||
outline: 0;
|
||||
background-color: @dropdownLinkBackgroundActive;
|
||||
#gradient > .vertical(@dropdownLinkBackgroundActive, darken(@dropdownLinkBackgroundActive, 5%));
|
||||
}
|
||||
|
||||
// Disabled state
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue