misc: add specific icon for file storage connectors (#73560)

This commit is contained in:
Frédéric Péters 2023-01-18 15:34:47 +01:00 committed by Gitea
parent 4bac9489de
commit 2f832b30a6
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ li.connector.clicrdv a::before {
content: "\f073"; /* calendar */
}
li.connector.cmisconnector a::before {
li.connector.file-storage a::before {
content: "\f15b"; /* file */
}