mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-02-13 00:08:41 +00:00
fix breadcrumbs active border and text color
This commit is contained in:
parent
b2c451b1ff
commit
f81315c700
|
|
@ -51,14 +51,12 @@
|
||||||
|
|
||||||
.active {
|
.active {
|
||||||
cursor: default;
|
cursor: default;
|
||||||
|
background: var(--button-colored-background);
|
||||||
}
|
}
|
||||||
|
|
||||||
.active, li:hover {
|
.active, li:hover {
|
||||||
color: var(--text-on-background-color-2);
|
color: var(--text-on-background-color-2);
|
||||||
}
|
border-right: none;
|
||||||
|
|
||||||
.active {
|
|
||||||
background: var(--button-colored-background);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
li:hover {
|
li:hover {
|
||||||
|
|
|
||||||
326
styles.css
326
styles.css
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user