Showing
1 changed file
with
6 additions
and
2 deletions
... | ... | @@ -96,12 +96,12 @@ |
96 | 96 | |
97 | 97 | ul.qx-setting-fields { |
98 | 98 | list-style: none; |
99 | - padding: 0 12px; | |
99 | + padding: 0; | |
100 | 100 | margin: 0; |
101 | 101 | |
102 | 102 | > li { |
103 | 103 | list-style: none; |
104 | - padding: 0; | |
104 | + padding: 0 12px; | |
105 | 105 | margin: 0; |
106 | 106 | width: 100%; |
107 | 107 | height: 36px; |
... | ... | @@ -110,6 +110,10 @@ ul.qx-setting-fields { |
110 | 110 | justify-content: flex-start; |
111 | 111 | overflow: hidden; |
112 | 112 | text-overflow: ellipsis; |
113 | + | |
114 | + &:hover { | |
115 | + background-color: @N3; | |
116 | + } | |
113 | 117 | } |
114 | 118 | |
115 | 119 | .qx-setting-fields__checkbox { | ... | ... |