mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-21 13:24:08 +03:00
Add important flag to .show/.hide utility classes; remove .hide requirement from modals
This commit is contained in:
Vendored
+3
-2
@@ -4021,6 +4021,7 @@ fieldset[disabled] .navbar-inverse .btn-navbar {
|
||||
top: 10%;
|
||||
left: 50%;
|
||||
z-index: 1050;
|
||||
display: none;
|
||||
width: 560px;
|
||||
margin-left: -280px;
|
||||
background-color: #fff;
|
||||
@@ -4911,11 +4912,11 @@ a.badge:hover {
|
||||
}
|
||||
|
||||
.hide {
|
||||
display: none;
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.show {
|
||||
display: block;
|
||||
display: block !important;
|
||||
}
|
||||
|
||||
.invisible {
|
||||
|
||||
Reference in New Issue
Block a user