@@ -118,6 +118,34 @@ footer a {
118
118
border-radius : .28571429rem ;
119
119
overflow : hidden;
120
120
}
121
+
122
+ .pagination .ui .button : not (.disabled ) {
123
+ color : # 054ea7 ;
124
+ background-color : rgba (0 , 0 , 0 , 0 );
125
+ }
126
+
127
+ .ui .button .disabled {
128
+ color : rgba (0 , 0 , 0 , 0.65 ) !important ;
129
+ }
130
+
131
+ .pagination .ui .button : not (.disabled ): not (.active ): hover , .pagination .ui .button : not (.disabled ): not (.active ): focus {
132
+ color : # 054ea7 ;
133
+ background-color : # ddd ;
134
+ }
135
+
136
+ .pagination .ui .button .active {
137
+ background-color : rgba (0 , 0 , 0 , 0 );
138
+ cursor : default;
139
+ border-bottom : 4px solid # 1c71d8 ;
140
+ box-sizing : content-box;
141
+ color : rgba (0 , 0 , 0 , .95 );
142
+ }
143
+
144
+ .pagination .ui .button : disabled , .ui .buttons .disabled .button : not (.basic ), .ui .disabled .active .button , .ui .disabled .button , .ui .disabled .button : hover {
145
+ opacity : 1 !important ;
146
+ background-color : rgba (0 , 0 , 0 , 0 )
147
+ }
148
+
121
149
.disabled .ui .button {
122
150
color : rgba (0 , 0 , 0 , 1 );
123
151
}
@@ -292,12 +320,29 @@ select.ui.multiple.dropdown option[selected] {
292
320
box-shadow : 0 0 0 1px # ffb7b7 inset;
293
321
color : # ffb7b7 ;
294
322
}
295
- .ui .right .floated .buttons .pagination .ui .button {
296
- color : # F4F4F4 ;
323
+
324
+
325
+ .pagination .ui .button : not (.disabled ) {
326
+ color : rgba (165 , 171 , 253 , 0.87 ) !important ;
327
+ }
328
+
329
+ .ui .button .disabled {
330
+ color : rgba (255 , 255 , 255 , 0.65 ) !important ;
331
+ }
332
+
333
+ .pagination .ui .button .active {
334
+ background-color : rgba (0 , 0 , 0 , 0 ) !important ;
335
+ cursor : default;
336
+ border-bottom : 4px solid # 4e79ac ;
337
+ box-sizing : content-box;
338
+ color : # F4F4F4 !important ;
297
339
}
298
- .ui .right .floated .buttons .pagination .ui .button .active {
299
- color : # 181818 ;
340
+
341
+ .pagination .ui .button : not (.disabled ): not (.active ): hover , .pagination .ui .button : not (.disabled ): not (.active ): focus {
342
+ color : # 406694 ;
343
+ background-color : # 181818 ;
300
344
}
345
+
301
346
.disabled .ui .button {
302
347
color : # ffffff ;
303
348
}
0 commit comments