Don't use blue for dialog buttons on mobile

pull/5742/merge
Aleksander Machniak 7 years ago
parent 1c8cf824be
commit 4b0e396440

@ -112,6 +112,7 @@ p.image-attachment {
@media screen and (max-width: @screen-width-xs) {
float: none;
margin: .5rem 0 .5rem 0;
}
.image-link {

@ -173,8 +173,8 @@
button {
margin: 0 !important;
border: 0 !important;
box-shadow: none;
height: @layout-header-height;
box-shadow: none;
&:before {
display: block !important;
@ -183,11 +183,11 @@
margin: 0;
}
&.btn-primary {
color: @color-btn-primary-background;
background: transparent;
&:active {
box-shadow: none;
}
&.btn-primary,
&.btn-secondary {
color: @color-toolbar-button;
background: transparent;
@ -197,6 +197,11 @@
color: @color-btn-danger-background;
background: transparent;
}
&.disabled,
&:disabled {
opacity: .5;
}
}
}
}

Loading…
Cancel
Save