mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-25 12:46:03 +08:00
@ -13,10 +13,10 @@
|
||||
font-size: @font-size-base;
|
||||
line-height: @line-height-base;
|
||||
|
||||
//-o-transition: border-color ease-in-out .15s;
|
||||
//-webkit-transition: border-color ease-in-out .15s;
|
||||
//-moz-transition: border-color ease-in-out .15s;
|
||||
//transition: border-color ease-in-out .15s;
|
||||
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
|
||||
-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
|
||||
-moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
|
||||
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
|
||||
|
||||
border-top-right-radius: 2px !important;
|
||||
border-bottom-right-radius: 2px !important;
|
||||
@ -156,8 +156,8 @@
|
||||
}
|
||||
|
||||
.masked & {
|
||||
&:disabled {
|
||||
&, .btn-default {
|
||||
&.disabled {
|
||||
.form-control, .btn-default {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user