mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Cleanup more CSS and JS
and merge/cleanup/redesign composer attachments
This commit is contained in:
parent
fe45179847
commit
e52b9abc61
23 changed files with 156 additions and 293 deletions
1
vendors/bootstrap/less/forms.less
vendored
1
vendors/bootstrap/less/forms.less
vendored
|
|
@ -19,6 +19,7 @@ fieldset {
|
|||
|
||||
// Groups of fields with labels on top (legends)
|
||||
legend {
|
||||
cursor: pointer;
|
||||
display: block;
|
||||
width: 100%;
|
||||
padding: 0;
|
||||
|
|
|
|||
16
vendors/bootstrap/less/labels-badges.less
vendored
16
vendors/bootstrap/less/labels-badges.less
vendored
|
|
@ -5,18 +5,14 @@
|
|||
|
||||
// Base classes
|
||||
.badge {
|
||||
font-size: @baseFontSize * .846;
|
||||
font-weight: bold;
|
||||
line-height: 14px; // ensure proper line-height if floated
|
||||
color: @white;
|
||||
vertical-align: baseline;
|
||||
white-space: nowrap;
|
||||
text-shadow: 0 -1px 0 rgba(0,0,0,.25);
|
||||
background-color: @grayLight;
|
||||
}
|
||||
.badge {
|
||||
padding: 1px 9px 2px;
|
||||
border-radius: 9px;
|
||||
color: @white;
|
||||
font-size: 80%;
|
||||
min-width: 1em;
|
||||
padding: 1px 4px;
|
||||
text-align: center;
|
||||
text-shadow: 0 -1px 0 rgba(0,0,0,.25);
|
||||
}
|
||||
|
||||
// Hover state, but only for links
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue