mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-10 15:15:34 +00:00
Added notification when appcache is updated
This commit is contained in:
@@ -1,3 +1,20 @@
|
||||
#app-update {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
height: 3em;
|
||||
z-index: 3;
|
||||
line-height: 3em;
|
||||
text-align: center;
|
||||
background-color: @bg;
|
||||
|
||||
a, a:visited {
|
||||
text-decoration: none;
|
||||
color: @warning;
|
||||
}
|
||||
}
|
||||
|
||||
header {
|
||||
background-color: @bg;
|
||||
margin: 0;
|
||||
|
||||
Reference in New Issue
Block a user