Skip to content

Commit

Permalink
Fixed #1598
Browse files Browse the repository at this point in the history
  • Loading branch information
Çağatay Çivici committed Dec 15, 2016
1 parent d68d152 commit 2c47155
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions resources/themes/bootstrap/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -1090,7 +1090,7 @@ body .ui-paginator .ui-paginator-last {
-webkit-transition: background-color 0.3s;
transition: background-color 0.3s;
min-height: 0.875em;
width: 1em;
min-width: 2em;
padding: 0.5em 0.5em;
vertical-align: top;
}
Expand All @@ -1113,11 +1113,6 @@ body .ui-paginator .ui-paginator-first {
border-radius: 0;
}
body .ui-paginator .ui-paginator-prev {
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-o-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
Expand All @@ -1137,7 +1132,7 @@ body .ui-paginator .ui-paginator-pages {
}
body .ui-paginator .ui-paginator-pages .ui-paginator-page {
padding: 0.5em 0.625em;
width: 1em;
min-width: 2em;
color: #0275d8;
-moz-transition: background-color 0.3s;
-o-transition: background-color 0.3s;
Expand All @@ -1163,7 +1158,7 @@ body .ui-datatable .ui-editable-column.ui-cell-editing .ui-cell-editor {
font-size: medium;
}
body .ui-datatable .ui-paginator {
padding: 0.375em 0.75em;
padding: 0;
}
body .ui-datatable thead th {
background-color: #ffffff;
Expand Down Expand Up @@ -1249,14 +1244,14 @@ body .ui-datagrid .ui-datagrid-header {
background-color: #f5f5f5;
}
body .ui-datagrid .ui-paginator {
padding: 0.375em 0.75em;
padding: 0;
}
body .ui-datalist .ui-datalist-header {
padding: .75em 1.25em;
background-color: #f5f5f5;
}
body .ui-datalist .ui-paginator {
padding: 0.375em 0.75em;
padding: 0;
}
body .ui-datascroller .ui-datascroller-header {
padding: .75em 1.25em;
Expand Down

0 comments on commit 2c47155

Please sign in to comment.