visu.css VS base.css, Stile überschreiben

Begonnen von ReviloEgros, 02 April 2021, 20:24:36

Vorheriges Thema - Nächstes Thema

ReviloEgros

Hi,

ich habe ein paar Veränderungen an der base.css vorgenommen, die ich gerne in die visu.css übernehmen würde, damit sie auch nach einem Update erhalten bleiben. Wie müsste ich das anstellen? Ich hab folgende Stile geändert und auch mit !important versehen, damit sie höher gewichtet werden als die originalen Stile, aber irgendwie werden die Änderungen trotzdem durch die Browser ignoriert.

.ui-content {
padding-top: 0px !important;
margin-top: 0px !important;
}

a:hover {
text-decoration: none !important;
}

a:link {
font-weight: normal !important;
text-decoration: none !important;
}

a:visited {
text-decoration: none !important;
}

a:focus {
text-decoration: none !important;
}

a:active {
text-decoration: none !important;
}

.ui-listview .ui-li-has-thumb > svg:first-child,
.ui-listview .ui-li-has-thumb>.ui-btn>svg:first-child
{
margin-top: 0px !important;
}

.ui-controlgroup {
margin-top: 0px !important;
margin-bottom: 0px !important;
}

.blind .pos .ui-slider .ui-slider-track {
height: 125px !important;
}

.base .primary {
margin-right: 0% !important;
padding-right: 0% !important;
width: 82% !important;
}

.base .secondary {
width: 15% !important;
}