assets/stylesheets/semantic_ui/themes/default/globals/site.variables in less-rails-semantic_ui-1.6.2.0 vs assets/stylesheets/semantic_ui/themes/default/globals/site.variables in less-rails-semantic_ui-1.7.0.0
- old
+ new
@@ -129,11 +129,14 @@
/*-------------------
Highlighted Text
--------------------*/
-@highlightBackground : rgba(255, 255, 160, 0.4);
-@highlightColor : @textColor;
+@highlightBackground : #CCE2FF;
+@highlightColor : @textColor;
+
+@inputHighlightBackground : rgba(100, 100, 100, 0.4);
+@inputHighlightColor : @textColor;
/*-------------------
Loader
--------------------*/