Add files via upload

- Added newer events in new languages
- Added a Background Color Picker
- Added a Background Color Opacity Slider
This commit is contained in:
Rodrigo Emanuel
2025-05-17 16:20:56 -03:00
committed by GitHub
parent 3f2ddde6ee
commit 4b5444c2ee
9 changed files with 192 additions and 7 deletions

View File

@@ -272,6 +272,13 @@ a { color: #ffcc00; }
transition: .4s;
}
.tab-content .setting input[type=color] {
background: #111;
padding: 0 2px;
}
.tab-content .setting input[type=checkbox]:checked + .slider {
background-color: #03c4de;
}
@@ -321,7 +328,7 @@ a { color: #ffcc00; }
#font-value {
.slider-value {
display: inline-block;
font-style: normal;
font-size: 14px;
@@ -523,4 +530,4 @@ footer .nav-bar a.active svg {
#memberemotesbstatus.offline i {
color: #ff0000;
text-shadow: 0 0 5px #ff0000;
}
}