View | Details | Raw Unified | Return to bug 16100
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css (-6 / +7 lines)
Lines 1197-1203 div.alert strong { Link Here
1197
}
1197
}
1198
1198
1199
.dialog button {
1199
.dialog button {
1200
    background-color : #FFF;
1200
    background: #fff none;
1201
    border: 1px outset #999999;
1201
    border: 1px outset #999999;
1202
    border-top-color: #666;
1202
    border-top-color: #666;
1203
    border-left-color: #666;
1203
    border-left-color: #666;
Lines 1661-1671 div#header_search input.submit { Link Here
1661
	padding : .1em;
1661
	padding : .1em;
1662
}
1662
}
1663
1663
1664
input[type=submit]:active, input[type=button]:active, button.submit:active, a.submit:active {
1664
input[type=submit]:active, input[type=button]:active, button:active, a.submit:active {
1665
	border : 1px inset #999999;
1665
	border : 1px inset #999999;
1666
}
1666
}
1667
1667
1668
input[type=submit], input[type=reset], input[type=button], input.submit, button.submit, a.submit {
1668
input[type=submit], input[type=reset], input[type=button], input.submit, button, a.submit {
1669
	border: 1px outset #999999;
1669
	border: 1px outset #999999;
1670
	border-top-color: #666;
1670
	border-top-color: #666;
1671
	border-left-color: #666;
1671
	border-left-color: #666;
Lines 1686-1699 input[type=submit]:disabled, Link Here
1686
input[type=reset]:disabled,
1686
input[type=reset]:disabled,
1687
input[type=button]:disabled,
1687
input[type=button]:disabled,
1688
input.submit:disabled,
1688
input.submit:disabled,
1689
button.submit:disabled,
1689
button:disabled,
1690
a.submit:disabled {
1690
a.submit:disabled {
1691
    color : #999;
1691
    color : #999;
1692
    border : 1px solid #C0C0C0;
1692
    border : 1px solid #C0C0C0;
1693
    background : #EEE none;
1693
    background : #EEE none;
1694
}
1694
}
1695
1695
1696
input[type=reset]:active, input[type=button]:active, input.submit:active, button.submit:active, a.submit:active {
1696
input[type=reset]:active, input[type=button]:active, input.submit:active, button:active, a.submit:active {
1697
	border : 1px inset #999999;
1697
	border : 1px inset #999999;
1698
}
1698
}
1699
1699
Lines 2441-2448 video { Link Here
2441
}
2441
}
2442
2442
2443
/* Bootstrap overrides */
2443
/* Bootstrap overrides */
2444
button,
2444
.btn {
2445
.btn {
2445
    border-color : #ADADAD #ADADAD #949494;
2446
    border-color : #ADADAD #ADADAD #949494;
2447
    font-family: arial,helvetica,clean,sans-serif;
2446
}
2448
}
2447
2449
2448
.btn.btn-link {
2450
.btn.btn-link {
2449
- 

Return to bug 16100