From aedf090ab7635db88f02f2c8302b56c2ee517944 Mon Sep 17 00:00:00 2001 From: zhouyongjin Date: Thu, 3 Oct 2019 14:03:21 -0500 Subject: [PATCH] [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 Signed-off-by: Sean Owen --- .../src/main/resources/org/apache/spark/ui/static/webui.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) mode change 100644 => 100755 core/src/main/resources/org/apache/spark/ui/static/webui.css diff --git a/core/src/main/resources/org/apache/spark/ui/static/webui.css b/core/src/main/resources/org/apache/spark/ui/static/webui.css old mode 100644 new mode 100755 index 2b2e9c7c56..801c449fd6 --- a/core/src/main/resources/org/apache/spark/ui/static/webui.css +++ b/core/src/main/resources/org/apache/spark/ui/static/webui.css @@ -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 {