Skip to content

Commit 1a5204b

Browse files
committed
res #241
1 parent b00bff2 commit 1a5204b

File tree

1 file changed

+17
-13
lines changed
  • src/main/resources/less/primefaces-admin/components

1 file changed

+17
-13
lines changed

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

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ button.ui-button {
7575
height: 20px;
7676
margin-top:-8px;
7777
&:before {
78-
font-size: @font-awesome-icon2x-size
78+
font-size: @font-awesome-icon2x-size
7979
}
8080
}
8181

@@ -242,10 +242,10 @@ body .ui-splitbutton {
242242
overflow: hidden;
243243
content: "\e259" !important;
244244
}
245-
245+
246246
@media (max-width: @screen-xs) {
247247
&:before {
248-
font-size: @glyphicon-icon-size + 1;
248+
font-size: @glyphicon-icon-size + 1;
249249
}
250250
}
251251

@@ -432,6 +432,10 @@ body .ui-flat .ui-splitbutton .ui-button.ui-splitbutton-menubutton {
432432
background-image: url("#{resource['primefaces-admin:images/ui-icons_ffffff_256x240.png']}");
433433
}
434434

435+
div.ui-selectmanybutton div.ui-button.ui-state-default {
436+
.border-radius(0px);
437+
}
438+
435439
/* delimit ripple effect */
436440
div.ui-selectbooleanbutton {
437441
overflow: hidden;
@@ -688,7 +692,7 @@ body button, body button.ui-button.ui-widget {
688692
color: rgba(0,0,0,.87);
689693
}
690694

691-
> button.ui-button {
695+
> button.ui-button {
692696
color: rgba(0,0,0,.87);
693697
}
694698
}
@@ -699,7 +703,7 @@ body button, body button.ui-button.ui-widget {
699703
color: @light-blue;
700704
}
701705

702-
> button.ui-button {
706+
> button.ui-button {
703707
color: @light-blue!important;
704708
}
705709
}
@@ -710,7 +714,7 @@ body button, body button.ui-button.ui-widget {
710714
color: @red;
711715
}
712716

713-
> button.ui-button {
717+
> button.ui-button {
714718
color: @red!important;
715719
}
716720
}
@@ -721,7 +725,7 @@ body button, body button.ui-button.ui-widget {
721725
color: @dark-red;
722726
}
723727

724-
> button.ui-button {
728+
> button.ui-button {
725729
color: @dark-red!important;
726730
}
727731
}
@@ -732,7 +736,7 @@ body button, body button.ui-button.ui-widget {
732736
color: @yellow;
733737
}
734738

735-
> button.ui-button {
739+
> button.ui-button {
736740
color: @yellow!important;
737741
}
738742
}
@@ -743,7 +747,7 @@ body button, body button.ui-button.ui-widget {
743747
color: @green;
744748
}
745749

746-
> button.ui-button {
750+
> button.ui-button {
747751
color: @green!important;
748752
}
749753
}
@@ -754,7 +758,7 @@ body button, body button.ui-button.ui-widget {
754758
color: @admin-teal;
755759
}
756760

757-
> button.ui-button {
761+
> button.ui-button {
758762
color: @admin-teal!important;
759763
}
760764
}
@@ -765,7 +769,7 @@ body button, body button.ui-button.ui-widget {
765769
color: @aqua;
766770
}
767771

768-
> button.ui-button {
772+
> button.ui-button {
769773
color: @aqua!important;
770774
}
771775
}
@@ -801,7 +805,7 @@ body button, body button.ui-button.ui-widget {
801805
}
802806

803807
&.btn-lg {
804-
padding: 8px 30px;
808+
padding: 8px 30px;
805809
&.ui-button-text-icon-right, &.ui-button-text-icon-left {
806810
padding: 4px 30px;
807811

@@ -909,7 +913,7 @@ body button, body button.ui-button.ui-widget {
909913
button.btn-states {
910914
&.ui-state-hover {
911915
opacity: .9;
912-
}
916+
}
913917
&.ui-state-focus {
914918
opacity: .8;
915919
}

0 commit comments

Comments
 (0)