|
@@ -3900,14 +3900,14 @@ All this is done for any sub-level being entered.
|
3900
|
3900
|
transition: all 0.3s;
|
3901
|
3901
|
}
|
3902
|
3902
|
|
3903
|
|
-.pagination_pruebas .botones_pagination a {
|
|
3903
|
+.pagination_pruebas .botones_pagination span {
|
3904
|
3904
|
color: #c4c4c4;
|
3905
|
3905
|
border: 1px solid #c4c4c4;
|
3906
|
3906
|
padding: 6px 11px;
|
3907
|
3907
|
font-size: 12px;
|
3908
|
3908
|
transition: all 0.3s;
|
3909
|
3909
|
}
|
3910
|
|
-.pagination_pruebas .botones_pagination a:hover{
|
|
3910
|
+.pagination_pruebas .botones_pagination span:hover{
|
3911
|
3911
|
color: #fff;
|
3912
|
3912
|
border: 1px solid #fd4b4b;
|
3913
|
3913
|
background: #fd4b4b;
|