rename-btn black

This commit is contained in:
Ryan
2025-03-19 03:53:20 -04:00
committed by GitHub
parent 87d9cf8246
commit 1594b3e7a0

View File

@@ -682,6 +682,10 @@ body.dark-mode .editor-modal {
background-color: #43A047; background-color: #43A047;
} }
.rename-btn .material-icons {
color: black !important;
}
/* =========================================================== /* ===========================================================
FILE LIST & TABLE STYLES FILE LIST & TABLE STYLES
=========================================================== */ =========================================================== */
@@ -1224,8 +1228,7 @@ body.dark-mode .image-preview-modal-content {
.share-modal-content { .share-modal-content {
width: 600px !important; width: 600px !important;
max-width: 90vw !important; max-width: 90vw !important; /* ensures it doesn't exceed the viewport width */
/* ensures it doesn't exceed the viewport width */
} }
body.dark-mode .close-image-modal { body.dark-mode .close-image-modal {
@@ -1423,8 +1426,7 @@ body.dark-mode .btn-secondary {
border-radius: 4px; border-radius: 4px;
font-size: 16px; font-size: 16px;
cursor: pointer; cursor: pointer;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); /* More subtle drop shadow */
/* More subtle drop shadow */
transition: background 0.3s ease, box-shadow 0.3s ease; transition: background 0.3s ease, box-shadow 0.3s ease;
} }
@@ -1603,8 +1605,7 @@ body.dark-mode .CodeMirror-matchingbracket {
} }
.gallery-nav-btn { .gallery-nav-btn {
background: rgba(80, 80, 80, 0.6) !important; background: rgba(80, 80, 80, 0.6) !important; /* More translucent dark grey */
/* More translucent dark grey */
border: none !important; border: none !important;
color: white !important; color: white !important;
font-size: 48px !important; font-size: 48px !important;
@@ -1616,8 +1617,7 @@ body.dark-mode .CodeMirror-matchingbracket {
} }
.gallery-nav-btn:hover { .gallery-nav-btn:hover {
background: rgba(80, 80, 80, 0.8) !important; background: rgba(80, 80, 80, 0.8) !important; /* Slightly less translucent on hover */
/* Slightly less translucent on hover */
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4) !important; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4) !important;
} }