1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-01 15:23:05 +00:00

Fix some style (#7423)

* 01 fix wiki custom-url-inputs style

* 02 fix library icon style
This commit is contained in:
Michael An 2025-01-24 14:12:56 +08:00 committed by GitHub
parent bddd73411e
commit f8112c0306
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View File

@ -301,9 +301,10 @@
.dir-view-path .path-item-dropdown-toggle {
color: #666;
margin-top: 2px;
}
.dir-view-path .path-item-drop{
.dir-view-path .path-item-drop {
background-color: #FFEFB2;
}

View File

@ -21,4 +21,5 @@
.publish-wiki-custom-url-inputs .input-group-text .btn {
border-radius: 0 4px 4px 0;
height: 38px;
}