|
|
Line 695: |
Line 695: |
| } | | } |
| | | |
- | .navbar-inverse .navbar-inner {
| |
- | background-color: #6e6e6e;
| |
- | background-image: -moz-linear-gradient(top, #6e6e6e, #3b3b3b);
| |
- | background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6e6e6e), to(#3b3b3b));
| |
- | background-image: -webkit-linear-gradient(top, #6e6e6e, #3b3b3b);
| |
- | background-image: -o-linear-gradient(top, #6e6e6e, #3b3b3b);
| |
- | background-image: linear-gradient(to bottom, #6e6e6e, #3b3b3b);
| |
- | background-repeat: repeat-x;
| |
- | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6e6e6e', endColorstr='#ff3b3b3b', GradientType=0);
| |
- | border-color: #6e6e6e;
| |
- | }
| |
| | | |
- | .navbar-inner {
| |
- | min-height: 40px;
| |
- | padding-left: 20px;
| |
- | padding-right: 20px;
| |
- | background-color: #6e6e6e;
| |
- | background-image: -moz-linear-gradient(top, #6e6e6e, #3b3b3b);
| |
- | background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6e6e6e), to(#3b3b3b));
| |
- | background-image: -webkit-linear-gradient(top, #6e6e6e, #3b3b3b);
| |
- | background-image: -o-linear-gradient(top, #6e6e6e, #3b3b3b);
| |
- | background-image: linear-gradient(to bottom, #6e6e6e, #3b3b3b);
| |
- | background-repeat: repeat-x;
| |
- | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6e6e6e', endColorstr='#ff3b3b3b', GradientType=0);
| |
- | border: 1px solid #d4d4d4;
| |
- | -webkit-border-radius: 4px;
| |
- | -moz-border-radius: 4px;
| |
- | border-radius: 4px;
| |
- | -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
| |
- | -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
| |
- | box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
| |
- | *zoom: 1;
| |
- | }
| |
| | | |
| </style> | | </style> |
| </html> | | </html> |