Fix translations

This commit is contained in:
RainLoop Team 2016-05-10 22:52:40 +03:00
parent b64fedfacd
commit 2052137eb1
26 changed files with 55 additions and 41 deletions

View file

@ -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 {