From 25d9a2f2b8e5bcc266e676fdca43541206eb3dbf Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 28 Jun 2011 15:54:25 -0700 Subject: update grid bg to 18px baseline, updated docs for disabled buttons --- bootstrap-1.0.0.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'bootstrap-1.0.0.css') diff --git a/bootstrap-1.0.0.css b/bootstrap-1.0.0.css index b2b8282a7..1a56a1387 100644 --- a/bootstrap-1.0.0.css +++ b/bootstrap-1.0.0.css @@ -396,7 +396,7 @@ a:hover { } .btn.large { font-size: 16px; - line-height: 30px; + line-height: 28px; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; @@ -406,6 +406,14 @@ a:hover { padding-left: 9px; font-size: 11px; } +.btn:disabled, .btn.disabled { + background-image: none; + filter: alpha(opacity=65); + -khtml-opacity: 0.65; + -moz-opacity: 0.65; + opacity: 0.65; + cursor: default; +} button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner { padding: 0; border: 0; -- cgit v1.2.3