mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Replace bootstrap .caret with unicode
This commit is contained in:
parent
1905a2c96c
commit
62d13a12d1
6 changed files with 8 additions and 37 deletions
6
vendors/bootstrap/less/button-groups.less
vendored
6
vendors/bootstrap/less/button-groups.less
vendored
|
|
@ -54,9 +54,3 @@
|
|||
.btn-group > .btn.active {
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
// Reposition the caret
|
||||
.btn .caret {
|
||||
margin-top: 8px;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
|
|
|||
22
vendors/bootstrap/less/dropdowns.less
vendored
22
vendors/bootstrap/less/dropdowns.less
vendored
|
|
@ -3,28 +3,6 @@
|
|||
// --------------------------------------------------
|
||||
|
||||
|
||||
// Use the .menu class on any <li> element within the topbar or ul.tabs and you'll get some superfancy dropdowns
|
||||
.dropdown {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
// Dropdown arrow/caret
|
||||
// --------------------
|
||||
.caret {
|
||||
display: inline-block;
|
||||
width: 0;
|
||||
height: 0;
|
||||
vertical-align: top;
|
||||
border: 4px solid transparent;
|
||||
border-top-color: @black;
|
||||
}
|
||||
|
||||
// Place the caret
|
||||
.dropdown .caret {
|
||||
margin-top: 8px;
|
||||
margin-left: 2px;
|
||||
}
|
||||
|
||||
// The dropdown menu (ul)
|
||||
// ----------------------
|
||||
.dropdown-menu {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue