Skip to content

Commit 2d42d98

Browse files
author
rafael-pestano
committed
fixes #237
1 parent 6e43e08 commit 2d42d98

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

src/main/resources/less/primefaces-admin/components/inputs.less

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,8 @@
1616

1717
input:-webkit-autofill {
1818
-webkit-box-shadow: 0 0 0 30px white inset;
19+
}
20+
21+
body span.ui-inputnumber.ui-widget.ui-state-error {
22+
border:none;
1923
}

src/main/resources/less/primefaces-admin/components/labels.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ label.ui-outputlabel {
3636
body .ui-outputlabel .ui-outputlabel-rfi {
3737
margin-left: .3em;
3838
vertical-align: middle;
39-
}
39+
}

src/main/resources/less/primefaces-admin/components/layout.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ body.layout-top-nav {
3232
#navbar-search-input {
3333
width: 150px;
3434
}
35-
35+
3636
//remove lateral paddings on small screens
3737
.content-header, .content {
3838
padding-left: 0;

0 commit comments

Comments
 (0)