mirror of
https://github.com/moparisthebest/SickRage
synced 2024-12-04 15:12:23 -05:00
Change color of 100% progress bar light theme
because the actual color don't have contrast with black font.
This commit is contained in:
parent
91cb8d885c
commit
cc9b6018e2
@ -544,10 +544,10 @@ home.tmpl
|
||||
}
|
||||
|
||||
.progress-100 {
|
||||
background-image: -moz-linear-gradient(#395f07, #2a4705) !important;
|
||||
background-image: linear-gradient(#395f07, #2a4705) !important;
|
||||
background-image: -webkit-linear-gradient(#395f07, #2a4705) !important;
|
||||
background-image: -o-linear-gradient(#395f07, #2a4705) !important;
|
||||
background-image: -moz-linear-gradient(#55aef1, #9cd0f7) !important;
|
||||
background-image: linear-gradient(#55aef1, #9cd0f7) !important;
|
||||
background-image: -webkit-linear-gradient(#55aef1, #9cd0f7) !important;
|
||||
background-image: -o-linear-gradient(#55aef1, #9cd0f7) !important;
|
||||
-moz-border-radius: 3px;
|
||||
-webkit-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
|
Loading…
Reference in New Issue
Block a user