gallery view default icon fixed
This commit is contained in:
@@ -298,12 +298,14 @@ body.dark-mode #folderHelpBtn i.material-icons.folder-help-icon {
|
|||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
.material-icons.folder-icon {
|
.material-icons.folder-icon,
|
||||||
|
.material-icons.gallery-icon {
|
||||||
color: black;
|
color: black;
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
body.dark-mode .material-icons.folder-icon {
|
body.dark-mode .material-icons.folder-icon,
|
||||||
|
body.dark-mode .material-icons.gallery-icon {
|
||||||
color: white;
|
color: white;
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user