Skip to content

Commit 33a53e0

Browse files
author
Marius Burkard
committed
- Make sidebar links easier to click, fixes #4683
1 parent d549cf1 commit 33a53e0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

interface/web/themes/default/assets/stylesheets/ispconfig.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,13 +154,16 @@ body {
154154
padding: 0;
155155
list-style: none; }
156156
#sidebar li {
157-
padding: 10px;
158157
border-top-style: solid;
159158
border-top-width: 1px;
160159
font-size: 12px; }
161160
#sidebar a {
161+
display: block;
162+
padding: 10px;
162163
text-decoration: none;
163164
transition: color ease 500ms; }
165+
#sidebar header a {
166+
padding: 0; }
164167

165168
.page-header {
166169
margin: 20px 0;

0 commit comments

Comments
 (0)