mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-17 15:53:28 +00:00
[a11y] system notification: refactored it & added support for keyboard access
This commit is contained in:
@@ -1,22 +1,15 @@
|
||||
#info-bar {
|
||||
color: #1f0600;
|
||||
padding: 4px 25px 4px 10px;
|
||||
background: #fddaa4;
|
||||
position: relative;
|
||||
color: #1f0600;
|
||||
padding: 4px 10px;
|
||||
background: #fddaa4;
|
||||
}
|
||||
#info-bar .close {
|
||||
position: absolute;
|
||||
right: 5px;
|
||||
top: 5px;
|
||||
font-size: 16px;
|
||||
line-height: 1;
|
||||
color: #888;
|
||||
cursor: pointer;
|
||||
}
|
||||
#info-bar-info {
|
||||
margin: 0;
|
||||
font-size: 16px;
|
||||
line-height: 1;
|
||||
color: #888;
|
||||
cursor: pointer;
|
||||
}
|
||||
#info-bar-info a {
|
||||
color: #a68558;
|
||||
text-decoration: underline;
|
||||
color: #a68558;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
Reference in New Issue
Block a user