mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
admin msg html tags fix, added X to close modals
This commit is contained in:
parent
0e59785c3c
commit
e9e9f94130
4 changed files with 28 additions and 5 deletions
|
@ -42,7 +42,7 @@ a {
|
|||
padding: 1px 16px;
|
||||
}
|
||||
|
||||
.sidebar a {
|
||||
.sidebarLinks a {
|
||||
display: block;
|
||||
color: black;
|
||||
padding: 16px;
|
||||
|
@ -50,12 +50,12 @@ a {
|
|||
color: var(--bright-color);
|
||||
}
|
||||
|
||||
.sidebar a.active {
|
||||
.sidebarLinks a.active {
|
||||
background-color: var(--text-color);
|
||||
color: black;
|
||||
}
|
||||
|
||||
.sidebar a:hover:not(.active) {
|
||||
.sidebarLinks a:hover:not(.active) {
|
||||
background-color: #555;
|
||||
color: white;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue