1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-05 13:55:21 +02:00

feat(ux): update form input validation (#2035)

This commit is contained in:
Anthony Lapenna 2018-07-11 16:22:02 +02:00 committed by GitHub
parent cdf79c731b
commit e156aa202e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 57 additions and 43 deletions

View file

@ -123,6 +123,10 @@ a[ng-click]{
color: #337ab7;
}
.text-warning {
color: #f0ad4e;
}
.widget .widget-body table tbody .image-tag {
font-size: 90% !important;
margin-right: 5px;