Added update notification on sidebar
This commit is contained in:
@@ -98,6 +98,18 @@ $sidebar-delay: 75ms;
|
||||
}
|
||||
}
|
||||
|
||||
/* Update Notification */
|
||||
#main_about_tablink { position:relative; }
|
||||
#update-notification {
|
||||
background-color: red;
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
border-radius: 6px;
|
||||
position: absolute;
|
||||
left: 30px;
|
||||
top: 12px;
|
||||
}
|
||||
|
||||
/* Theme selector */
|
||||
#theme_selector {
|
||||
margin-top: 20px;
|
||||
|
||||
Reference in New Issue
Block a user