Merge pull request #90 from dasJ/dropdown

Add nice cursor for dropdown menus
pull/2/head
Kevan Ahlquist 2015-02-14 14:10:33 -06:00
commit 1fb7338838
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;
}