diff options
author | Michoko <michoko@hotmail.com> | 2022-09-28 10:40:05 +0200 |
---|---|---|
committer | AUTOMATIC1111 <16777216c@gmail.com> | 2022-09-29 12:10:00 +0300 |
commit | 819fd3af40d7cb5bac9a496f0e08c062fedf100b (patch) | |
tree | f27b44cd198cd6c4a1b5817fe088209afdc9a8cd /style.css | |
parent | 02c4b757b6e4e0894c5a988b49cb8f50c0d99cc1 (diff) |
Add output folder icons
Changed the hidden element class name to a more generic one, so people can reuse it if they want to hide further elements in the future
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -56,7 +56,7 @@ padding-right: 0.25em;
}
-#open_folder_hidden{
+#hidden_element{
display: none;
}
|