blob: e698f88d22169c9e4201a35efd7a90cce1ca1066 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
/** *******************************************************************
* Organize styles that are theme overrideable
*********************************************************************/
#g-organize {
background-color: #FFFFFF;
border: 0px solid #000000;
color: #0E2B52;
}
#g-organize-hover {
background-color: #CFDEFF;
display: none;
}
#g-organize-active {
background-color: #6699CC;
display: none;
}
|