Spaces:
Runtime error
Runtime error
Update src/components/menu-bar/google-drive-save.css
Browse files
src/components/menu-bar/google-drive-save.css
CHANGED
@@ -427,4 +427,22 @@
|
|
427 |
.saveButton:hover {
|
428 |
transform: translateY(-1px);
|
429 |
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
430 |
}
|
|
|
427 |
.saveButton:hover {
|
428 |
transform: translateY(-1px);
|
429 |
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
|
430 |
+
}
|
431 |
+
.permissionDropdown {
|
432 |
+
margin-top: 10px;
|
433 |
+
padding: 5px;
|
434 |
+
background-color: #f5f5f5;
|
435 |
+
border-radius: 4px;
|
436 |
+
}
|
437 |
+
|
438 |
+
.permissionDropdown label {
|
439 |
+
margin-right: 5px;
|
440 |
+
font-size: 12px;
|
441 |
+
}
|
442 |
+
|
443 |
+
.permissionDropdown select {
|
444 |
+
padding: 3px;
|
445 |
+
border: 1px solid #ddd;
|
446 |
+
border-radius: 3px;
|
447 |
+
font-size: 12px;
|
448 |
}
|