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

Add nice cursor for dropdown menus

This commit is contained in:
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;
}