mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-04 15:07:02 +03:00
Cleanup some bootstrap css
This commit is contained in:
parent
ce4ee3ba3f
commit
e55dc49e34
4 changed files with 12 additions and 86 deletions
11
vendors/bootstrap/less/buttons.less
vendored
11
vendors/bootstrap/less/buttons.less
vendored
|
|
@ -19,11 +19,12 @@
|
|||
vertical-align: middle;
|
||||
cursor: pointer;
|
||||
border: 1px solid @btnBorder;
|
||||
border-color: rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.25);
|
||||
border-color: rgba(0,0,0,.15) rgba(0,0,0,.15) rgba(0,0,0,.25);
|
||||
box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
|
||||
color: @grayDark;
|
||||
text-shadow: 0 -1px 0 rgba(0,0,0,.25);
|
||||
background-color: @btnBackground;
|
||||
text-decoration: none;
|
||||
|
||||
// Hover state
|
||||
&:hover {
|
||||
|
|
@ -47,7 +48,7 @@
|
|||
&.disabled,
|
||||
&[disabled] {
|
||||
cursor: default;
|
||||
opacity: 0.7;
|
||||
opacity: 0.7;
|
||||
box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
|
||||
}
|
||||
|
||||
|
|
@ -102,12 +103,6 @@
|
|||
color: rgba(255,255,255,.75);
|
||||
}
|
||||
|
||||
// Set the backgrounds
|
||||
// -------------------------
|
||||
.btn {
|
||||
// reset here as of 2.0.3 due to Recess property order
|
||||
border-color: rgba(0,0,0,.15) rgba(0,0,0,.15) rgba(0,0,0,.25);
|
||||
}
|
||||
// Warning appears are orange
|
||||
.btn-warning {
|
||||
color: #fff;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue