From 7ea65c018db9d32fd7c5b13c0e03403deed6cacc Mon Sep 17 00:00:00 2001 From: jlukic Date: Fri, 19 Jun 2015 18:19:21 -0400 Subject: [PATCH] Adjust stripe color --- examples/bootstrap.html | 39 ++++++++++++------- .../default/collections/table.variables | 4 +- 2 files changed, 27 insertions(+), 16 deletions(-) diff --git a/examples/bootstrap.html b/examples/bootstrap.html index ea3a8bbc1..b52c6cb17 100644 --- a/examples/bootstrap.html +++ b/examples/bootstrap.html @@ -376,37 +376,48 @@
-
Error
-
Panel content
+
One
+
Two
+
Three
-
-
Info
-
Panel content
+
+
One
+
Two
+
Three
-
-
Success
-
Panel content
+
+
One
+
Two
+
Three
+
+
Error
+
Panel content
+
+
+
Info
+
Panel content
+
+
+
Success
+
Panel content
+

Header

Panel content
-

Header

-
Panel content
-
+
Panel content
-

Header

-
Panel content
-
+
Panel content
diff --git a/src/themes/default/collections/table.variables b/src/themes/default/collections/table.variables index 8064d9e0e..5ac81db09 100644 --- a/src/themes/default/collections/table.variables +++ b/src/themes/default/collections/table.variables @@ -147,8 +147,8 @@ @attachedTableWidth: ~"calc(100% + "@attachedHorizontalOffset * -2~")"; /* Striped */ -@stripedBackground: rgba(0, 0, 50, 0.03); -@invertedStripedBackground: rgba(255, 255, 255, 0.06); +@stripedBackground: rgba(0, 0, 50, 0.02); +@invertedStripedBackground: rgba(255, 255, 255, 0.05); /* Selectable */ @selectableBackground: @transparentBlack;