]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
derp, add that in the right spot
authorMark Otto <otto@github.com>
Tue, 30 Oct 2012 04:34:10 +0000 (21:34 -0700)
committerMark Otto <otto@github.com>
Tue, 30 Oct 2012 04:34:10 +0000 (21:34 -0700)
docs/assets/css/bootstrap.css
less/modals.less

index 26fcaddbb7bf2b76b5a82301af37b0bf5549547a..01d51b8e4ea7ced6cc5969e99e8c28bea36be614 100644 (file)
@@ -4981,11 +4981,10 @@ input[type="submit"].btn.btn-mini {
   border: 1px solid #999;
   border: 1px solid rgba(0, 0, 0, 0.3);
   *border: 1px solid #999;
-  /* IE6-7 */
-
   -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
           border-radius: 6px;
+  outline: none;
   -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
           box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
@@ -5069,10 +5068,6 @@ input[type="submit"].btn.btn-mini {
   margin-left: 0;
 }
 
-.modal {
-  outline: none;
-}
-
 .tooltip {
   position: absolute;
   z-index: 1030;
index 4989b65e85b32d8b2edbadc60a57033b8807aab9..90b86670f4980ac27f3449606d5e6d6e1a550edf 100644 (file)
@@ -35,6 +35,9 @@
   .border-radius(6px);
   .box-shadow(0 3px 7px rgba(0,0,0,0.3));
   .background-clip(padding-box);
+  // Remove focus outline from opened modal
+  outline: none;
+
   &.fade {
     .transition(e('opacity .3s linear, top .3s ease-out'));
     top: -25%;
@@ -89,8 +92,3 @@
     margin-left: 0;
   }
 }
-
-// Remove focus outline from opened modal
-.modal {
-  outline: none;
-}