Fixed colors for themeing
This commit is contained in:
@@ -6,6 +6,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#details_view_play_button {
|
#details_view_play_button {
|
||||||
color: @dark_5;
|
color: rgba(0, 0, 0, .8);
|
||||||
background-color: @light_1;
|
background-color: white;
|
||||||
}
|
}
|
||||||
@@ -6,7 +6,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#details_view_play_button {
|
#details_view_play_button {
|
||||||
color: @light_1;
|
color: white;
|
||||||
background-color: @dark_5;
|
background-color: rgba(0, 0, 0, .8);
|
||||||
opacity: 0.8;
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user