1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-10-21 19:00:12 +00:00

Remove useless border color (#8039)

* 01 remove draft page

* 02 delete useless seperate color
This commit is contained in:
Michael An
2025-07-14 20:31:05 +08:00
committed by GitHub
parent 53f5e3d7fe
commit e1250f5adc
27 changed files with 40 additions and 300 deletions

View File

@@ -1139,7 +1139,7 @@ textarea:-moz-placeholder {
.logo-container {
padding: .5rem 1rem;
background: #f4f4f7;
border-bottom: 1px solid #e8e8e8;
border-bottom: 1px solid #ee;
}
.side-textnav .hd {

View File

@@ -357,7 +357,7 @@ textarea::placeholder {
}
.sf-border-bottom {
border-bottom: 1px solid #e8e8e8;
border-bottom: 1px solid #eee;
}
.vh {
@@ -1159,7 +1159,7 @@ a.sf-popover-item:hover {
.panel-top {
padding: .5rem 1rem;
background: #f4f4f7;
border-bottom: 1px solid #e8e8e8;
border-bottom: 1px solid #eee;
display: flex;
flex-shrink: 0;
min-height: 49px;
@@ -1211,7 +1211,7 @@ table tbody tr {
table th {
padding: 0.3125rem 0.1875rem;
border-bottom: 1px solid #e8e8e8;
border-bottom: 1px solid #eee;
text-align: left;
font-weight: normal;
font-size: 0.875rem;
@@ -1221,7 +1221,7 @@ table th {
table td {
padding: 0.5rem 0.1875rem;
border-bottom: 1px solid #e8e8e8;
border-bottom: 1px solid #eee;
color: #212529;
font-size: 0.875rem;
word-break: break-all;