Spaces:
Running
Running
Update style/classical_style_template.css
Browse files
style/classical_style_template.css
CHANGED
|
@@ -68,10 +68,10 @@
|
|
| 68 |
.menu-content {
|
| 69 |
display: none;
|
| 70 |
position: absolute;
|
| 71 |
-
right:
|
| 72 |
top: 50%;
|
| 73 |
transform: translateY(-50%);
|
| 74 |
-
background: #
|
| 75 |
border: 1px solid #ccc;
|
| 76 |
padding: 8px;
|
| 77 |
font-size: 13px;
|
|
@@ -137,19 +137,6 @@
|
|
| 137 |
box-shadow: none;
|
| 138 |
}
|
| 139 |
|
| 140 |
-
/* Button icons defined via pseudo-elements */
|
| 141 |
-
.close-btn::before {
|
| 142 |
-
content: "✕";
|
| 143 |
-
}
|
| 144 |
-
.fullscreen-toggle::before {
|
| 145 |
-
content: "🗖";
|
| 146 |
-
}
|
| 147 |
-
.reset-camera-btn::before {
|
| 148 |
-
content: "⟲";
|
| 149 |
-
}
|
| 150 |
-
.help-toggle::before {
|
| 151 |
-
content: "?";
|
| 152 |
-
}
|
| 153 |
|
| 154 |
/* Hover effects for all buttons */
|
| 155 |
.widget-button:hover,
|
|
|
|
| 68 |
.menu-content {
|
| 69 |
display: none;
|
| 70 |
position: absolute;
|
| 71 |
+
right: 65px; /* Help button is at right: 4px with width:50px */
|
| 72 |
top: 50%;
|
| 73 |
transform: translateY(-50%);
|
| 74 |
+
background: #eeeef2;
|
| 75 |
border: 1px solid #ccc;
|
| 76 |
padding: 8px;
|
| 77 |
font-size: 13px;
|
|
|
|
| 137 |
box-shadow: none;
|
| 138 |
}
|
| 139 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 140 |
|
| 141 |
/* Hover effects for all buttons */
|
| 142 |
.widget-button:hover,
|