|
|
Line 4,023: |
Line 4,023: |
| } | | } |
| | | |
− | .dropdown, .dropup {
| |
− | position: relative
| |
− | }
| |
| | | |
− | .dropdown-toggle:focus {
| |
− | outline: 0
| |
− | }
| |
| | | |
− | .dropdown-menu {
| |
− | position: absolute;
| |
− | top: 100%;
| |
− | left: 0;
| |
− | z-index: 1000;
| |
− | display: none;
| |
− | float: left;
| |
− | min-width: 160px;
| |
− | padding: 5px 0;
| |
− | margin: 2px 0 0;
| |
− | list-style: none;
| |
− | font-size: 23px;
| |
− | text-align: left;
| |
− | background-color: #fff;
| |
− | border: 1px solid #ccc;
| |
− | border: 1px solid rgba(0, 0, 0, .15);
| |
− | border-radius: 4px;
| |
− | -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
| |
− | box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
| |
− | -webkit-background-clip: padding-box;
| |
− | background-clip: padding-box
| |
− | }
| |
| | | |
− | .dropdown-menu.pull-right {
| |
− | right: 0;
| |
− | left: auto
| |
− | }
| |
− |
| |
− | .dropdown-menu .divider {
| |
− | height: 1px;
| |
− | margin: 15px 0;
| |
− | overflow: hidden;
| |
− | background-color: #e5e5e5
| |
− | }
| |
− |
| |
− | .dropdown-menu>li>a {
| |
− | display: block;
| |
− | padding: 3px 20px;
| |
− | clear: both;
| |
− | font-weight: 400;
| |
− | line-height: 1.428571429;
| |
− | color: #333;
| |
− | white-space: nowrap
| |
− | }
| |
− |
| |
− | .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
| |
− | text-decoration: none;
| |
− | color: #262626;
| |
− | background-color: #f5f5f5
| |
− | }
| |
− |
| |
− | .dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
| |
− | color: #fff;
| |
− | text-decoration: none;
| |
− | outline: 0;
| |
− | background-color: #231f20
| |
− | }
| |
− |
| |
− | .dropdown-menu>.disabled>a, .dropdown-menu>.disabled>a:focus, .dropdown-menu>.disabled>a:hover {
| |
− | color: #777
| |
− | }
| |
− |
| |
− | .dropdown-menu>.disabled>a:focus, .dropdown-menu>.disabled>a:hover {
| |
− | text-decoration: none;
| |
− | background-color: transparent;
| |
− | background-image: none;
| |
− | filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
| |
− | cursor: not-allowed
| |
− | }
| |
− |
| |
− | .open>.dropdown-menu {
| |
− | display: block
| |
− | }
| |
| | | |
| .open>a { | | .open>a { |