Fix few style problems
This commit is contained in:
parent
f1c28edb75
commit
bcbbfa30bb
10
redxen.css
10
redxen.css
|
@ -118,6 +118,12 @@ a {
|
|||
color: var(--LWnZWGluqoywl6VjDGX317gU1X856plj)
|
||||
}
|
||||
|
||||
.ui.label.primary {
|
||||
color: var(--LWnZWGluqoywl6VjDGX317gU1X856plj) !important;
|
||||
border-color: var(--HRx9GqEoXsxPOdA0p5fLqnmJJbpHeNJF) !important;
|
||||
background: var(--99kpMQinDhC5SUUzrUoIAQMeP0m6jIaE) !important; /* fucking kill me, i really have to rewrite this */
|
||||
}
|
||||
|
||||
.ui.breadcrumb a:hover,.ui.card>.extra a:not(.ui):hover,.ui.cards>.card>.extra a:not(.ui):hover,a:hover {
|
||||
color: var(--928gjbtCS1AIXvGmUx3bASft4r29X7Lu)
|
||||
}
|
||||
|
@ -838,11 +844,11 @@ input {
|
|||
}
|
||||
|
||||
.ui.bottom.attached.message {
|
||||
background-color: var(--tWPPIVBKoZXtKDnMC5uXE9xQ68lObGOl);
|
||||
background-color: var(--DdNAYEZJ8wQboNyjKGk8BMOgBOiXaQzu);
|
||||
color: var(--LWnZWGluqoywl6VjDGX317gU1X856plj)
|
||||
}
|
||||
|
||||
.ui.bottom.attached.message .pull-right {
|
||||
.ui.bottom.attached.message .pull-right ,.ui.bottom.attached.message .pull-right>span, .ui.bottom.attached.message>span {
|
||||
color: var(--LWnZWGluqoywl6VjDGX317gU1X856plj)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue