mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 04:59:21 +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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue