Spaces:
Running
Running
Update style/classical_style_template.css
Browse files
style/classical_style_template.css
CHANGED
@@ -40,7 +40,7 @@
|
|
40 |
width: 100%;
|
41 |
height: 100%;
|
42 |
background: #fff;
|
43 |
-
border:
|
44 |
/* Square corners */
|
45 |
overflow: hidden;
|
46 |
box-sizing: border-box;
|
@@ -85,9 +85,7 @@
|
|
85 |
.widget-button {
|
86 |
width: 40px;
|
87 |
height: 30px;
|
88 |
-
background-color: #
|
89 |
-
border: 1px solid #ccc;
|
90 |
-
border-radius: 0; /* Rectangular buttons */
|
91 |
cursor: pointer;
|
92 |
padding: 0;
|
93 |
display: flex;
|
|
|
40 |
width: 100%;
|
41 |
height: 100%;
|
42 |
background: #fff;
|
43 |
+
border: 0px solid #ccc;
|
44 |
/* Square corners */
|
45 |
overflow: hidden;
|
46 |
box-sizing: border-box;
|
|
|
85 |
.widget-button {
|
86 |
width: 40px;
|
87 |
height: 30px;
|
88 |
+
background-color: #ffe;
|
|
|
|
|
89 |
cursor: pointer;
|
90 |
padding: 0;
|
91 |
display: flex;
|