mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Cleanup .add-on CSS
This commit is contained in:
parent
df00748bf5
commit
3d2f7fb3ef
5 changed files with 10 additions and 39 deletions
16
vendors/bootstrap/less/forms.less
vendored
16
vendors/bootstrap/less/forms.less
vendored
|
|
@ -235,21 +235,6 @@ select:focus:required:invalid {
|
|||
z-index: 2;
|
||||
}
|
||||
}
|
||||
.add-on {
|
||||
display: inline-block;
|
||||
width: auto;
|
||||
height: @baseLineHeight;
|
||||
min-width: 16px;
|
||||
padding: 4px 5px;
|
||||
font-size: @baseFontSize;
|
||||
font-weight: normal;
|
||||
line-height: @baseLineHeight;
|
||||
text-align: center;
|
||||
text-shadow: 0 1px 0 @white;
|
||||
background-color: @grayLighter;
|
||||
border: 1px solid #ccc;
|
||||
}
|
||||
.add-on,
|
||||
.btn {
|
||||
margin-left: -1px;
|
||||
vertical-align: top;
|
||||
|
|
@ -259,7 +244,6 @@ select:focus:required:invalid {
|
|||
background-color: lighten(@green, 30);
|
||||
border-color: @green;
|
||||
}
|
||||
.add-on:last-child,
|
||||
.btn:last-child {
|
||||
border-radius: 0 @inputBorderRadius @inputBorderRadius 0;
|
||||
}
|
||||
|
|
|
|||
6
vendors/bootstrap/less/mixins.less
vendored
6
vendors/bootstrap/less/mixins.less
vendored
|
|
@ -63,12 +63,6 @@
|
|||
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px lighten(@borderColor, 20%);
|
||||
}
|
||||
}
|
||||
// Give a small background color for input-prepend/-append
|
||||
.input-append .add-on {
|
||||
color: @textColor;
|
||||
background-color: @backgroundColor;
|
||||
border-color: @textColor;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue