mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-03-10 22:20:29 +01:00
fix(home): fixed new torrent notice badge on menu item css
This commit is contained in:
@@ -1463,10 +1463,10 @@ body {
|
||||
border-radius: 50%;
|
||||
border: solid 1px #fff;
|
||||
&.new-torrent {
|
||||
background-color: @brand-info;
|
||||
background-color: @brand-info !important;
|
||||
}
|
||||
&.opened-tickets {
|
||||
background-color: @brand-danger !important;
|
||||
background-color: @brand-danger;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user