Add nice cursor for dropdown menus

pull/2/head
Janne Heß 2015-02-13 14:14:53 +01:00
parent 9baa85f2e4
commit 716e25703e
3 changed files with 14 additions and 0 deletions

View File

@ -113,3 +113,8 @@ body {
.inline-four .form-control {
max-width: 25%;
}
.dropdown {
cursor: pointer;
}

View File

@ -113,3 +113,8 @@ body {
.inline-four .form-control {
max-width: 25%;
}
.dropdown {
cursor: pointer;
}

4
dist/dockerui.css vendored
View File

@ -113,4 +113,8 @@ body {
.inline-four .form-control {
max-width: 25%;
}
.dropdown {
cursor: pointer;
}