1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-20 02:48:51 +00:00
Files
seahub/frontend/src/css/system-notification.css

16 lines
237 B
CSS

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