rounds elements
This commit is contained in:
parent
2e6267e7b4
commit
153b25e53f
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user