summaryrefslogtreecommitdiff
path: root/lumen/variables.less
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.co>2015-11-15 13:53:58 -0500
committerThomas Park <thomas@thomaspark.co>2015-11-15 13:53:58 -0500
commit73c5629c2b06ea0d449cd80da6976b2b62c35775 (patch)
tree14d677e0d3b9cb844c384857645f8e64a458621b /lumen/variables.less
parent2f05bf7da6ac4e075dcd6daf279041795532d756 (diff)
lumen: add table-bordered borders, tweak border colors #529
Diffstat (limited to 'lumen/variables.less')
-rw-r--r--lumen/variables.less8
1 files changed, 4 insertions, 4 deletions
diff --git a/lumen/variables.less b/lumen/variables.less
index 368578d7..0cd5858b 100644
--- a/lumen/variables.less
+++ b/lumen/variables.less
@@ -135,7 +135,7 @@
@table-bg-active: @table-bg-hover;
//** Border color for table and cell borders.
-@table-border-color: #ddd;
+@table-border-color: @gray-lighter;
//== Buttons
@@ -598,9 +598,9 @@
//** Background color of modal content area
@modal-content-bg: #fff;
//** Modal content border color
-@modal-content-border-color: rgba(0,0,0,.2);
+@modal-content-border-color: rgba(0,0,0,.05);
//** Modal content border color **for IE8**
-@modal-content-fallback-border-color: #999;
+@modal-content-fallback-border-color: @gray-lighter;
//** Modal backdrop background color
@modal-backdrop-bg: #000;
@@ -671,7 +671,7 @@
//** Background color on `.list-group-item`
@list-group-bg: #fff;
//** `.list-group-item` border color
-@list-group-border: #ddd;
+@list-group-border: @gray-lighter;
//** List group border radius
@list-group-border-radius: @border-radius-base;