some corrections and finishing touches to that LCARStrek works well for Firefox 55...
[themes.git] / EarlyBlue / mozapps / handling / handling.css
CommitLineData
56029caf
RK
1#description-image:not([src]) {
2 height: 32px;
3 width: 32px;
4}
5
6c5a63bb 6richlistitem[type] {
56029caf 7 min-height: 36px; /* Don't forget to update the richlistbox height! */
dae45075 8 padding-inline-start: 2px;
56029caf
RK
9}
10
6c5a63bb
RK
11richlistitem {
12 -moz-box-align: center;
13}
14
56029caf
RK
15richlistbox {
16 /* 3 items high, plus 4px for top and bottom margins, less 2px for border */
17 min-height: 110px;
18}
559908da
RK
19
20.name {
21 font-weight: bold;
22}
23
24.description {
25 color: #808080;
26}