1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-01 23:20:51 +00:00
Files
seahub/frontend/src/css/system-notification.css
Michael An 8edd4c8505 Change grey color (#7091)
* 01 change 818a91 to 666

* 02 change 8c8c8c to 666

* 03 remove useless dtable-icon

* 04 remove dtable-db

* 05 change 888 to 666
2024-11-27 11:03:59 +08:00

18 lines
239 B
CSS

#info-bar {
color: #1f0600;
padding: 4px 10px;
background: #fddaa4;
}
#info-bar .close {
font-size: 16px;
line-height: 1;
color: #666;
cursor: pointer;
}
#info-bar-info a {
color: #a68558;
text-decoration: underline;
}