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

change toolbar background color (#6310)

This commit is contained in:
Michael An
2024-07-08 10:34:05 +08:00
committed by GitHub
parent e9b31291fe
commit f5d33ba65d
5 changed files with 52 additions and 59 deletions

View File

@@ -1187,18 +1187,15 @@ a.sf-popover-item {
margin:5px -10px;
}
/********** Container ***********/
#wrapper {
}
#header {
background:#f4f4f7;
width:100%;
height:53px;
background: #F8FAFD;
width: 100%;
height: 53px;
font-size: 14px;
border-bottom: 1px solid #e8e8e8;
padding:8px 16px 4px;
/*display:flex;*/
justify-content:space-between;
flex-shrink:0;
padding: 8px 16px 4px;
justify-content: space-between;
flex-shrink: 0;
}
#wide-panel-noframe {
padding-top:16px;