1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-02 20:35:25 +02:00

Merge pull request #90 from dasJ/dropdown

Add nice cursor for dropdown menus
This commit is contained in:
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;
}