markdown editor i18n
This commit is contained in:
12
public/dist/themes/default.css
vendored
12
public/dist/themes/default.css
vendored
@@ -640,11 +640,8 @@ a.list-group-item:focus {
|
||||
-webkit-transition: background-color ease-in-out .15s, color ease-in-out .15s, border-color ease-in-out .15s;
|
||||
transition: background-color ease-in-out .15s, color ease-in-out .15s, border-color ease-in-out .15s;
|
||||
}
|
||||
.btn-default:hover,
|
||||
.alertify-button-cancel:hover,
|
||||
.btn-default:focus,
|
||||
.alertify-button-cancel:focus,
|
||||
.btn-default:active,
|
||||
.alertify-button-cancel:active,
|
||||
.open .btn-default.dropdown-toggle,
|
||||
.open .alertify-button-cancel.dropdown-toggle {
|
||||
@@ -652,29 +649,20 @@ a.list-group-item:focus {
|
||||
border-color: rgba(128, 128, 128, 0.1);
|
||||
background-color: rgba(128, 128, 128, 0.04) !important;
|
||||
}
|
||||
.btn-primary:hover,
|
||||
.alertify-button-ok:hover,
|
||||
.btn-primary:focus,
|
||||
.alertify-button-ok:focus,
|
||||
.btn-primary:active,
|
||||
.alertify-button-ok:active,
|
||||
.open .btn-primary.dropdown-toggle,
|
||||
.open .alertify-button-ok.dropdown-toggle {
|
||||
color: #343434;
|
||||
border-color: rgba(128, 128, 128, 0.1);
|
||||
background-color: #e3e3e3 !important;
|
||||
}
|
||||
.btn-success:hover,
|
||||
.btn-success:focus,
|
||||
.btn-success:active,
|
||||
.open .btn-success.dropdown-toggle {
|
||||
color: #343434 !important;
|
||||
border-color: rgba(128, 128, 128, 0.1);
|
||||
background-color: rgba(128, 128, 128, 0.05) !important;
|
||||
}
|
||||
.btn-info:hover,
|
||||
.btn-info:focus,
|
||||
.btn-info:active,
|
||||
.btn-info.info-tooltip,
|
||||
.info-tooltip .btn-info,
|
||||
.open .btn-info.dropdown-toggle {
|
||||
|
||||
Reference in New Issue
Block a user