[SPARK-25468][WEBUI][FOLLOWUP] Current page index keep style with dataTable in the spark UI

### What changes were proposed in this pull request?
Current page index keep style with dataTable  in the spark UI.
https://issues.apache.org/jira/browse/SPARK-25468

move
.paginate_button.active > a {
    color: #999999;
    text-decoration: underline;
}

add
.paginate_button.active {
  border: 1px solid #979797 !important;
  background: white linear-gradient(to bottom, #fff 0%, #dcdcdc 100%);
}

### How was this patch tested?
![image](https://user-images.githubusercontent.com/8166352/65872683-b5303f80-e3b3-11e9-9785-9e1d15b0b3cf.png)
![image](https://user-images.githubusercontent.com/8166352/65872692-ba8d8a00-e3b3-11e9-8cf6-db6f905d3387.png)

Closes #25976 from YongjinZhou/master.

Authored-by: zhouyongjin <zhouyongjin@inspur.com>
Signed-off-by: Sean Owen <sean.owen@databricks.com>
This commit is contained in:
zhouyongjin 2019-10-03 14:03:21 -05:00 committed by Sean Owen
parent 6f687691ef
commit aedf090ab7

View file

@ -245,9 +245,9 @@ a.expandbutton {
max-width: 600px;
}
.paginate_button.active > a {
color: #999999;
text-decoration: underline;
.paginate_button.active {
border: 1px solid #979797 !important;
background: white linear-gradient(to bottom, #fff 0%, #dcdcdc 100%);
}
.title-table {