Spaces:
Sleeping
Sleeping
Update settings.html
Browse files- settings.html +9 -41
settings.html
CHANGED
|
@@ -75,47 +75,15 @@ input[type="text"]{
|
|
| 75 |
border-bottom-right-radius:4px;
|
| 76 |
border-bottom-left-radius:4px;
|
| 77 |
}
|
| 78 |
-
button{
|
| 79 |
-
|
| 80 |
-
|
| 81 |
-
|
| 82 |
-
|
| 83 |
-
|
| 84 |
-
|
| 85 |
-
|
| 86 |
-
|
| 87 |
-
border-right-width:initial;
|
| 88 |
-
border-bottom-width:initial;
|
| 89 |
-
border-left-width:initial;
|
| 90 |
-
border-top-style:none;
|
| 91 |
-
border-right-style:none;
|
| 92 |
-
border-bottom-style:none;
|
| 93 |
-
border-left-style:none;
|
| 94 |
-
border-top-color:initial;
|
| 95 |
-
border-right-color:initial;
|
| 96 |
-
border-bottom-color:initial;
|
| 97 |
-
border-left-color:initial;
|
| 98 |
-
border-image-source:initial;
|
| 99 |
-
border-image-slice:initial;
|
| 100 |
-
border-image-width:initial;
|
| 101 |
-
border-image-outset:initial;
|
| 102 |
-
border-image-repeat:initial;
|
| 103 |
-
cursor:pointer;
|
| 104 |
-
padding-top:12px;
|
| 105 |
-
padding-right:24px;
|
| 106 |
-
padding-bottom:12px;
|
| 107 |
-
padding-left:24px;
|
| 108 |
-
font-size:16px;
|
| 109 |
-
border-top-left-radius:5px;
|
| 110 |
-
border-top-right-radius:5px;
|
| 111 |
-
border-bottom-right-radius:5px;
|
| 112 |
-
border-bottom-left-radius:5px;
|
| 113 |
-
transition-behavior:normal;
|
| 114 |
-
transition-duration:0.3s;
|
| 115 |
-
transition-timing-function:ease;
|
| 116 |
-
transition-delay:0s;
|
| 117 |
-
transition-property:background-color;
|
| 118 |
-
}
|
| 119 |
button:hover{
|
| 120 |
background-color:rgb(56, 142, 60);
|
| 121 |
}
|
|
|
|
| 75 |
border-bottom-right-radius:4px;
|
| 76 |
border-bottom-left-radius:4px;
|
| 77 |
}
|
| 78 |
+
button {
|
| 79 |
+
background-color: green;
|
| 80 |
+
color: white;
|
| 81 |
+
padding: 10px 20px;
|
| 82 |
+
border: none;
|
| 83 |
+
border-radius: 4px;
|
| 84 |
+
cursor: pointer;
|
| 85 |
+
margin-top: 20px;
|
| 86 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 87 |
button:hover{
|
| 88 |
background-color:rgb(56, 142, 60);
|
| 89 |
}
|