Lines 1175-1181
div.alert strong {
Link Here
|
1175 |
} |
1175 |
} |
1176 |
|
1176 |
|
1177 |
.dialog button { |
1177 |
.dialog button { |
1178 |
background-color : #FFF; |
1178 |
background: #fff none; |
1179 |
border: 1px outset #999999; |
1179 |
border: 1px outset #999999; |
1180 |
border-top-color: #666; |
1180 |
border-top-color: #666; |
1181 |
border-left-color: #666; |
1181 |
border-left-color: #666; |
Lines 1635-1645
div#header_search input.submit {
Link Here
|
1635 |
padding : .1em; |
1635 |
padding : .1em; |
1636 |
} |
1636 |
} |
1637 |
|
1637 |
|
1638 |
input[type=submit]:active, input[type=button]:active, button.submit:active, a.submit:active { |
1638 |
input[type=submit]:active, input[type=button]:active, button:active, a.submit:active { |
1639 |
border : 1px inset #999999; |
1639 |
border : 1px inset #999999; |
1640 |
} |
1640 |
} |
1641 |
|
1641 |
|
1642 |
input[type=submit], input[type=reset], input[type=button], input.submit, button.submit, a.submit { |
1642 |
input[type=submit], input[type=reset], input[type=button], input.submit, button, a.submit { |
1643 |
border: 1px outset #999999; |
1643 |
border: 1px outset #999999; |
1644 |
border-top-color: #666; |
1644 |
border-top-color: #666; |
1645 |
border-left-color: #666; |
1645 |
border-left-color: #666; |
Lines 1660-1673
input[type=submit]:disabled,
Link Here
|
1660 |
input[type=reset]:disabled, |
1660 |
input[type=reset]:disabled, |
1661 |
input[type=button]:disabled, |
1661 |
input[type=button]:disabled, |
1662 |
input.submit:disabled, |
1662 |
input.submit:disabled, |
1663 |
button.submit:disabled, |
1663 |
button:disabled, |
1664 |
a.submit:disabled { |
1664 |
a.submit:disabled { |
1665 |
color : #999; |
1665 |
color : #999; |
1666 |
border : 1px solid #C0C0C0; |
1666 |
border : 1px solid #C0C0C0; |
1667 |
background : #EEE none; |
1667 |
background : #EEE none; |
1668 |
} |
1668 |
} |
1669 |
|
1669 |
|
1670 |
input[type=reset]:active, input[type=button]:active, input.submit:active, button.submit:active, a.submit:active { |
1670 |
input[type=reset]:active, input[type=button]:active, input.submit:active, button:active, a.submit:active { |
1671 |
border : 1px inset #999999; |
1671 |
border : 1px inset #999999; |
1672 |
} |
1672 |
} |
1673 |
|
1673 |
|
Lines 2419-2426
video {
Link Here
|
2419 |
} |
2419 |
} |
2420 |
|
2420 |
|
2421 |
/* Bootstrap overrides */ |
2421 |
/* Bootstrap overrides */ |
|
|
2422 |
button, |
2422 |
.btn { |
2423 |
.btn { |
2423 |
border-color : #ADADAD #ADADAD #949494; |
2424 |
border-color : #ADADAD #ADADAD #949494; |
|
|
2425 |
font-family: arial,helvetica,clean,sans-serif; |
2424 |
} |
2426 |
} |
2425 |
|
2427 |
|
2426 |
.btn.btn-link { |
2428 |
.btn.btn-link { |
2427 |
- |
|
|