Commit a518a902 by Piotr Mitros

typo in css

parent 3ea71fd2
...@@ -18,14 +18,14 @@ ...@@ -18,14 +18,14 @@
.ui-widget-content .ui-state-default, .ui-widget-content .ui-state-default,
.animation_slider .animation_slider
.ui-widget-header .ui-state-default, .animation_slider { .ui-widget-header .ui-state-default, .animation_slider {
border: 1px solid #222222; // Slider knob border: 1px solid #222222;
background: #e6e6e6 linear-gradient(rgb(109, 204, 241), rgb(56, 168, 229)); background: #e6e6e6 linear-gradient(rgb(109, 204, 241), rgb(56, 168, 229));
font-weight: normal; font-weight: normal;
color: #555555; color: #555555;
} }
.ui-widget-content, .animation_slider { .ui-widget-content, .animation_slider {
border: 1px solid #222222; // Slider background border: 1px solid #222222;
background: #23c400 linear-gradient(90deg, rgb(109, 204, 241), rgb(202, 232, 202)); background: #23c400 linear-gradient(90deg, rgb(109, 204, 241), rgb(202, 232, 202));
color: #222222; color: #222222;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment