mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 21:38:13 +00:00
Rozszerzone opcje filtrów dzienników
This commit is contained in:
+14
-3
@@ -50,11 +50,13 @@ body {
|
||||
height: 1rem;
|
||||
|
||||
&-track {
|
||||
background-color: #222;
|
||||
border-radius: 0.5em;
|
||||
}
|
||||
|
||||
&-thumb {
|
||||
background-color: #777;
|
||||
border-radius: 0.5em;
|
||||
|
||||
background-color: #1b1b1b;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -113,7 +115,6 @@ select {
|
||||
}
|
||||
|
||||
input {
|
||||
border: 1px solid white;
|
||||
background: none;
|
||||
color: white;
|
||||
font-size: 1em;
|
||||
@@ -190,6 +191,16 @@ ul {
|
||||
}
|
||||
}
|
||||
|
||||
button {
|
||||
cursor: pointer;
|
||||
|
||||
color: white;
|
||||
background-color: #333;
|
||||
|
||||
border-radius: 0.25em;
|
||||
padding: 0.25em 0.5em;
|
||||
}
|
||||
|
||||
.btn {
|
||||
background: none;
|
||||
cursor: pointer;
|
||||
|
||||
Reference in New Issue
Block a user