1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-25 14:50:29 +00:00
Files
seahub/frontend/src/css/publish-wiki-dialog.css
Michael An f8112c0306 Fix some style (#7423)
* 01 fix wiki custom-url-inputs style

* 02 fix library icon style
2025-01-24 14:12:56 +08:00

26 lines
518 B
CSS

.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;
height: 38px;
}