1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-03 16:10:26 +00:00
Files
seahub/frontend/src/css/system-notification.css

18 lines
239 B
CSS
Raw Normal View History

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