1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-16 15:19:06 +00:00

change publish wiki custom URL (#6817)

This commit is contained in:
Michael An
2024-09-21 17:18:04 +08:00
committed by GitHub
parent adf6591e59
commit ae4115ff15
3 changed files with 66 additions and 23 deletions

View File

@@ -346,3 +346,8 @@ img[src=""],img:not([src]) { /* for first loading img*/
align-items: center;
text-align: center;
}
.sf-tip-default {
font-size: 13px;
color: #666;
}

View File

@@ -0,0 +1,24 @@
.publish-wiki-custom-url-inputs .input-pretext {
position: absolute;
left: 12px;
top: 0;
height: 38px;
line-height: 38px;
z-index: 1;
color: #666;
}
.publish-wiki-custom-url-inputs .publish-wiki-custom-url-input {
background-color: transparent;
border-radius: 4px 0 0 4px !important;
border-right: none;
}
.publish-wiki-custom-url-inputs .input-group-text {
padding: 0;
border: none;
}
.publish-wiki-custom-url-inputs .input-group-text .btn {
border-radius: 0 4px 4px 0;
}