rounds elements
All checks were successful
CI / deploy (push) Successful in 4m23s
CI / deploy (pull_request) Successful in 4m13s

This commit is contained in:
Arindy 2025-02-10 17:04:57 +01:00
parent 2e6267e7b4
commit 153b25e53f

View File

@ -7,9 +7,9 @@
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="/vendor/color-picker.js"></script>
<style>
.w3-theme-l6 { color:#000 !important; background-color:#999999 !important}
.w3-theme-l4 { color:#fff !important; background-color:#666666 !important}
.w3-theme-l1 { color:#fff !important; background-color:#333333 !important}
.w3-theme-l6 { color:#000 !important; background-color:#999999 !important; border-radius: 10px;}
.w3-theme-l4 { color:#fff !important; background-color:#666666 !important; border-radius: 10px;}
.w3-theme-l1 { color:#fff !important; background-color:#333333 !important; border-radius: 10px;}
.collapsible {
background-color: #333333;
color: black;
@ -28,13 +28,14 @@
display: none;
overflow: hidden;
background-color: #999999;
color: #000
color: #000;
border-radius: 10px;
}
button {
padding: 10px;
border: #333333 3px solid;
border-radius: 5px;
border-radius: 10px;
background: #333333;
color: #fff
}