mirror of
https://github.com/simon987/sist2.git
synced 2025-12-16 00:39:04 +00:00
User scripts, bug fixes, docker image
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
*:focus {
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
body {overflow-y:scroll;}
|
||||
|
||||
.progress {
|
||||
@@ -47,6 +51,11 @@ body {overflow-y:scroll;}
|
||||
background-color: #FFC107;
|
||||
}
|
||||
|
||||
.badge-user {
|
||||
color: #212529;
|
||||
background-color: #e0e0e0;
|
||||
}
|
||||
|
||||
.badge-text {
|
||||
color: #FFFFFF;
|
||||
background-color: #FAAB3C;
|
||||
@@ -168,4 +177,14 @@ mark {
|
||||
padding: .1rem .3rem;
|
||||
font-size: .875rem;
|
||||
border-radius: .2rem;
|
||||
}
|
||||
}
|
||||
|
||||
.nav {
|
||||
margin-top: 0.5rem;
|
||||
}
|
||||
|
||||
@media (min-width: 800px) {
|
||||
.nav {
|
||||
min-width: 800px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user