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

(-)a/koha-tmpl/intranet-tmpl/prog/en/css/preferences.css (-1 / +4 lines)
Lines 70-78 h3.collapsed { Link Here
70
#yui-main {
70
#yui-main {
71
	margin-bottom:2em;
71
	margin-bottom:2em;
72
}
72
}
73
73
#toolbar.floating {
74
#toolbar.floating {
74
    box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.5);
75
    box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.5);
75
    border-radius: 0;
76
    /* border-radius: 0; */
77
    background-color: #f3f3f3;
78
    color: #000;
76
}
79
}
77
80
78
.loading {
81
.loading {
(-)a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css (-3 / +14 lines)
Lines 1673-1683 input[type=button]:disabled, Link Here
1673
input.submit:disabled,
1673
input.submit:disabled,
1674
button.submit:disabled,
1674
button.submit:disabled,
1675
a.submit:disabled {
1675
a.submit:disabled {
1676
    color : #999;
1676
    color : #003399;
1677
    border : 1px solid #C0C0C0;
1677
    border : 1px solid #003399;
1678
    background : #EEE none;
1678
    background : #EEE none;
1679
}
1679
}
1680
1680
1681
input[type=submit]:hover,
1682
input[type=reset]:hover,
1683
input[type=button]:hover,
1684
input.submit:hover,
1685
button.submit:hover,
1686
a.submit:hover {
1687
    color : #538200;
1688
    border : 1px solid #538200;
1689
    background : #EEE none;
1690
    cursor: pointer;
1691
}
1692
1681
input[type=reset]:active, input[type=button]:active, input.submit:active, button.submit:active, a.submit:active {
1693
input[type=reset]:active, input[type=button]:active, input.submit:active, button.submit:active, a.submit:active {
1682
	border : 1px inset #999999;
1694
	border : 1px inset #999999;
1683
}
1695
}
1684
- 

Return to bug 15600