diff options
Diffstat (limited to 'client/src/sass')
-rw-r--r-- | client/src/sass/primeng-custom.scss | 38 |
1 files changed, 37 insertions, 1 deletions
diff --git a/client/src/sass/primeng-custom.scss b/client/src/sass/primeng-custom.scss index b28b20e0f..f06daec5d 100644 --- a/client/src/sass/primeng-custom.scss +++ b/client/src/sass/primeng-custom.scss | |||
@@ -112,13 +112,49 @@ p-table { | |||
112 | justify-content: center; | 112 | justify-content: center; |
113 | align-items: center; | 113 | align-items: center; |
114 | 114 | ||
115 | .ui-paginator-first, | ||
116 | .ui-paginator-prev, | ||
117 | .ui-paginator-next, | ||
118 | .ui-paginator-last { | ||
119 | @include glyphicon-light; | ||
120 | padding: 5px 2px; | ||
121 | height: auto; | ||
122 | outline: none; | ||
123 | font-size: 13px; | ||
124 | top: -1px; | ||
125 | |||
126 | &.ui-state-disabled:hover { | ||
127 | background-color: #fff !important; | ||
128 | } | ||
129 | |||
130 | &.ui-paginator-first { | ||
131 | @extend .glyphicon-step-backward; | ||
132 | } | ||
133 | |||
134 | &.ui-paginator-prev { | ||
135 | @extend .glyphicon-chevron-left; | ||
136 | |||
137 | margin-right: 10px; | ||
138 | } | ||
139 | |||
140 | &.ui-paginator-next { | ||
141 | @extend .glyphicon-chevron-right; | ||
142 | |||
143 | margin-left: 10px; | ||
144 | } | ||
145 | |||
146 | &.ui-paginator-last { | ||
147 | @extend .glyphicon-step-forward; | ||
148 | } | ||
149 | } | ||
150 | |||
115 | .ui-paginator-pages { | 151 | .ui-paginator-pages { |
116 | height: auto !important; | 152 | height: auto !important; |
117 | 153 | ||
118 | a { | 154 | a { |
119 | color: #000 !important; | 155 | color: #000 !important; |
120 | font-weight: $font-semibold !important; | 156 | font-weight: $font-semibold !important; |
121 | margin-right: 20px !important; | 157 | margin-right: 0 10px !important; |
122 | outline: 0 !important; | 158 | outline: 0 !important; |
123 | border-radius: 3px !important; | 159 | border-radius: 3px !important; |
124 | padding: 5px 2px !important; | 160 | padding: 5px 2px !important; |