blob: e8319786d5b773170be3e53beeeea86604cad94b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
/*************
* separator *
*************/
sidebar.view.separator,
view.separator,
separator {
border-width: 0;
border-style: none;
background-color: transparent;
}
separator:disabled {
background-color: transparent;
}
button separator,
button.separator {
border-width: 0;
background-color: transparent;
}
button separator:disabled,
button.separator:disabled {
background-color: transparent;
border-width: 0;
}
|