CSS: myslice.css is generic, the CSS for each theme will only override the colors
[unfold.git] / portal / static / css / onelab.css
1 button.btn-onelab, input.btn-onelab {
2     border-bottom-color: #302562;
3     background-color:#302562;
4     color:white;
5 }
6 button.btn-onelab:hover, input.btn-onelab:hover {
7     border-bottom-color:#760073;
8     background-color:#760073;
9     color:white;
10 }