aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/resources/org
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/main/resources/org')
-rw-r--r--core/src/main/resources/org/apache/spark/ui/static/webui.css11
1 files changed, 10 insertions, 1 deletions
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
index b54e33a96f..dd708ef2c2 100644
--- a/core/src/main/resources/org/apache/spark/ui/static/webui.css
+++ b/core/src/main/resources/org/apache/spark/ui/static/webui.css
@@ -225,4 +225,13 @@ a.expandbutton {
background-color: #49535a !important;
color: white;
cursor:pointer;
-} \ No newline at end of file
+}
+
+th a, th a:hover {
+ /* Make the entire header clickable, not just the text label */
+ display: block;
+ width: 100%;
+ /* Suppress the default link styling */
+ color: #333;
+ text-decoration: none;
+}