mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-01 23:20:51 +00:00
* 01 change 818a91 to 666 * 02 change 8c8c8c to 666 * 03 remove useless dtable-icon * 04 remove dtable-db * 05 change 888 to 666
18 lines
239 B
CSS
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;
|
|
}
|