mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-01 13:39:22 +03:00
Fix translations
This commit is contained in:
parent
b64fedfacd
commit
2052137eb1
26 changed files with 55 additions and 41 deletions
|
|
@ -156,12 +156,20 @@ select {
|
|||
box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
|
||||
}
|
||||
|
||||
text-shadow: 0 1px 0 #fff;
|
||||
border-color: rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.25);
|
||||
|
||||
// &:active {
|
||||
// .box-shadow(~"inset 0 2px 4px rgba(0,0,0,.3), 0 0 0 rgba(0,0,0,.1)");
|
||||
// }
|
||||
|
||||
html.textshadow &{
|
||||
|
||||
text-shadow: 0 1px 0 #fff;
|
||||
|
||||
&.btn-danger, &.btn-success, &.btn-primary, &.btn-warning {
|
||||
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.btn.btn-dark-disabled-border {
|
||||
|
|
@ -176,14 +184,8 @@ select {
|
|||
// }
|
||||
//}
|
||||
|
||||
html.rgba.textshadow {
|
||||
.btn.btn-danger, .btn.btn-success, .btn.btn-primary, .btn.btn-warning {
|
||||
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
|
||||
}
|
||||
}
|
||||
|
||||
.btn.btn-success {
|
||||
background-color:#84AB04;
|
||||
background-color: #84AB04;
|
||||
}
|
||||
|
||||
.btn-toolbar {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue