We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7ff043d + 33a53e0 commit b462187Copy full SHA for b462187
1 file changed
interface/web/themes/default/assets/stylesheets/ispconfig.css
@@ -154,13 +154,16 @@ body {
154
padding: 0;
155
list-style: none; }
156
#sidebar li {
157
- padding: 10px;
158
border-top-style: solid;
159
border-top-width: 1px;
160
font-size: 12px; }
161
#sidebar a {
+ display: block;
162
+ padding: 10px;
163
text-decoration: none;
164
transition: color ease 500ms; }
165
+ #sidebar header a {
166
+ padding: 0; }
167
168
.page-header {
169
margin: 20px 0;
0 commit comments