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 1648-1658 input[type=button]:disabled, Link Here
1648
input.submit:disabled,
1648
input.submit:disabled,
1649
button.submit:disabled,
1649
button.submit:disabled,
1650
a.submit:disabled {
1650
a.submit:disabled {
1651
    color : #999;
1651
    color : #003399;
1652
    border : 1px solid #C0C0C0;
1652
    border : 1px solid #003399;
1653
    background : #EEE none;
1653
    background : #EEE none;
1654
}
1654
}
1655
1655
1656
input[type=submit]:hover,
1657
input[type=reset]:hover,
1658
input[type=button]:hover,
1659
input.submit:hover,
1660
button.submit:hover,
1661
a.submit:hover {
1662
    color : #538200;
1663
    border : 1px solid #538200;
1664
    background : #EEE none;
1665
    cursor: pointer;
1666
}
1667
1656
input[type=reset]:active, input[type=button]:active, input.submit:active, button.submit:active, a.submit:active {
1668
input[type=reset]:active, input[type=button]:active, input.submit:active, button.submit:active, a.submit:active {
1657
	border : 1px inset #999999;
1669
	border : 1px inset #999999;
1658
}
1670
}
1659
- 

Return to bug 15600