aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-03-22 21:08:41 -0700
committerMark Otto <[email protected]>2012-03-22 21:08:41 -0700
commit1852d077bfa15308808c470a031f6e6b5c3dc8d2 (patch)
tree6e0a92dbebe57d78d606df1c9a9b5d03e330a31b /less
parentb011daf67fbb3cde6c33b40a0347d7e1a8d183ad (diff)
downloadbootstrap-1852d077bfa15308808c470a031f6e6b5c3dc8d2.tar.xz
bootstrap-1852d077bfa15308808c470a031f6e6b5c3dc8d2.zip
add shell of tests page, lighten form actions background and give it a variable
Diffstat (limited to 'less')
-rw-r--r--less/forms.less2
-rw-r--r--less/tables.less2
-rw-r--r--less/variables.less3
3 files changed, 4 insertions, 3 deletions
diff --git a/less/forms.less b/less/forms.less
index ffd198372..5ce8b0c1c 100644
--- a/less/forms.less
+++ b/less/forms.less
@@ -314,7 +314,7 @@ select:focus:required:invalid {
padding: (@baseLineHeight - 1) 20px @baseLineHeight;
margin-top: @baseLineHeight;
margin-bottom: @baseLineHeight;
- background-color: @grayLighter;
+ background-color: @formActionsBackground;
border-top: 1px solid #ddd;
.clearfix(); // Adding clearfix to allow for .pull-right button containers
}
diff --git a/less/tables.less b/less/tables.less
index 7111cb806..5ce876f4a 100644
--- a/less/tables.less
+++ b/less/tables.less
@@ -37,6 +37,8 @@ table {
vertical-align: bottom;
}
// Remove top border from thead by default
+ caption + thead tr:first-child th,
+ caption + thead tr:first-child td,
colgroup + thead tr:first-child th,
colgroup + thead tr:first-child td,
thead:first-child tr:first-child th,
diff --git a/less/variables.less b/less/variables.less
index c8e2a3c0d..35fa11265 100644
--- a/less/variables.less
+++ b/less/variables.less
@@ -97,7 +97,7 @@
@inputBackground: @white;
@inputBorder: #ccc;
@inputDisabledBackground: @grayLighter;
-
+@formActionsBackground: #f5f5f5;
// Dropdowns
// -------------------------
@@ -188,7 +188,6 @@
-
// GRID
// --------------------------------------------------