Improved mobile and admin CSS

This commit is contained in:
djmaze 2021-03-22 13:46:03 +01:00
parent f1b070b0a0
commit be66ab2ac8
4 changed files with 88 additions and 85 deletions

View file

@ -38,43 +38,6 @@ label.inline, span.inline {
padding: 4px 7px;
}
.btn.btn-transparent {
background: none !important;
border-color: transparent !important;
text-shadow: none !important;
box-shadow: none !important;
opacity: .6;
&:hover {
opacity: 1;
}
}
.btn-group.open .btn.btn-transparent.dropdown-toggle {
color: #BD362F;
.caret {
border-top-color: #BD362F;
}
}
.dropdown-menu * + .dividerbar {
margin-top: 9px;
padding-top: 9px;
border-top: 1px solid #e5e5e5;
}
.btn-group > .btn.single {
border-radius: @btnBorderRadius !important;
}
.dropdown.colored-toggle.open .btn.dropdown-toggle {
color: #BD362F;
.caret {
border-top-color: #BD362F;
}
}
.alert a {
text-decoration: underline;
color: #c09853;