Spaces:
Running
Running
Update style/classical_style_template.css
Browse files
style/classical_style_template.css
CHANGED
@@ -61,7 +61,7 @@
|
|
61 |
left: 50%;
|
62 |
transform: translate(-50%, -50%);
|
63 |
border: 1px solid #ccc;
|
64 |
-
background: #
|
65 |
padding: 10px;
|
66 |
/* Square corners */
|
67 |
z-index: 1000;
|
@@ -74,7 +74,7 @@
|
|
74 |
position: absolute;
|
75 |
top: 35px;
|
76 |
right: 10px;
|
77 |
-
background: #
|
78 |
border: 1px solid #ccc;
|
79 |
padding: 8px;
|
80 |
font-size: 13px;
|
@@ -85,7 +85,7 @@
|
|
85 |
.widget-button {
|
86 |
width: 40px;
|
87 |
height: 30px;
|
88 |
-
background-color: #
|
89 |
cursor: pointer;
|
90 |
padding: 0;
|
91 |
display: flex;
|
|
|
61 |
left: 50%;
|
62 |
transform: translate(-50%, -50%);
|
63 |
border: 1px solid #ccc;
|
64 |
+
background: #c8c8c8;
|
65 |
padding: 10px;
|
66 |
/* Square corners */
|
67 |
z-index: 1000;
|
|
|
74 |
position: absolute;
|
75 |
top: 35px;
|
76 |
right: 10px;
|
77 |
+
background: #c8c8c8;
|
78 |
border: 1px solid #ccc;
|
79 |
padding: 8px;
|
80 |
font-size: 13px;
|
|
|
85 |
.widget-button {
|
86 |
width: 40px;
|
87 |
height: 30px;
|
88 |
+
background-color: #c8c8c8;
|
89 |
cursor: pointer;
|
90 |
padding: 0;
|
91 |
display: flex;
|