|
@@ -464,14 +464,15 @@ html::-webkit-scrollbar-thumb {
|
|
|
color: #FFF !important;
|
|
|
}
|
|
|
|
|
|
-.el-pagination.is-background .el-pager li:not(.disabled).active {
|
|
|
- background-color: #0061FF !important;
|
|
|
- color: #FFF !important;
|
|
|
-}
|
|
|
+
|
|
|
|
|
|
.el-pagination.is-background .el-pager li:not(.disabled):hover {
|
|
|
color: #0061FF !important;
|
|
|
}
|
|
|
|
|
|
+.el-pagination.is-background .el-pager li:not(.disabled).active {
|
|
|
+ background-color: #0061FF !important;
|
|
|
+ color: #FFF !important;
|
|
|
+}
|
|
|
|
|
|
</style>
|