mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
merge
This commit is contained in:
commit
2456794387
1 changed files with 15 additions and 0 deletions
|
@ -27,9 +27,24 @@
|
||||||
background-color: #999999;
|
background-color: #999999;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
select.sinceHeaderRow {
|
||||||
|
display: flex;
|
||||||
|
width: 10%;
|
||||||
|
border-radius: 5px;
|
||||||
|
border: 1.5px solid white;
|
||||||
|
background-color: #999999;
|
||||||
|
font-family: inherit;
|
||||||
|
font-weight: 500;
|
||||||
|
padding-left: 4px;
|
||||||
|
padding-top: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
.sinceHeaderRow:hover {
|
.sinceHeaderRow:hover {
|
||||||
border: 1.5px solid var(--text-color);
|
border: 1.5px solid var(--text-color);
|
||||||
}
|
}
|
||||||
|
select.sinceHeaderRow:hover {
|
||||||
|
border: 1.5px solid var(--text-color);
|
||||||
|
}
|
||||||
|
|
||||||
.row,
|
.row,
|
||||||
.headerRow {
|
.headerRow {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue