Zusammenlegung einiger CSS typen auf Klassen zur Vermeidung zu verschactelter CSS Dateistrukturen.

This commit is contained in:
ja
2021-09-02 16:21:46 +02:00
parent 9269f4f505
commit cda6c60400
4 changed files with 20 additions and 11 deletions

View File

@@ -297,9 +297,18 @@ ContentPlaceHolder1 {
margin-right: -5px;
top: 23px;
}
#dropdownmenuecont ul li .button {
font-size: 17px;
}
#dropdownmenuecont ul li .button {
font-size: 17px;
}
/*-----------------------------------
Buttons Subuser Menue Styles
---------------------------------
*/
.btn-group a {
background-color: #fff;
color: #043381;
border: hidden;
}
}
@media (min-width: 768px) {
body {