mirror of
https://gitlab.com/MrFry/qmining-page
synced 2026-04-28 03:07:36 +02:00
Minor style fixes across pages
This commit is contained in:
@@ -105,28 +105,3 @@
|
||||
.sumrow {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.selectContainer {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.selectContainer > select {
|
||||
width: 16.5%;
|
||||
border-radius: 5px;
|
||||
border: 1.5px solid white;
|
||||
background-color: #9c9c98;
|
||||
color: azure;
|
||||
font-family: inherit;
|
||||
margin: 6px 0px;
|
||||
}
|
||||
|
||||
.selectContainer > select:hover, .selectContainer > select:active {
|
||||
border: 2px solid var(--text-color);
|
||||
}
|
||||
|
||||
.selectContainer > div {
|
||||
padding: 0px 5px;
|
||||
margin-right: 8px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user