From ee24d6967207b289dd7b70f9f7de7dcc44f57636 Mon Sep 17 00:00:00 2001 From: Hannes Widmoser Date: Thu, 21 Jan 2016 10:21:01 +0100 Subject: [PATCH] feat(handle): using the same css properties for handle container except for cursor --- src/ui-layout.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/ui-layout.css b/src/ui-layout.css index 145a64e..a15eb06 100644 --- a/src/ui-layout.css +++ b/src/ui-layout.css @@ -76,6 +76,10 @@ .ui-layout-column > .ui-splitbar > a:not(.ui-splitbar-handle-container), .ui-layout-row > .ui-splitbar > a:not(.ui-splitbar-handle-container) { cursor: pointer; +} + +.ui-layout-column > .ui-splitbar > a, +.ui-layout-row > .ui-splitbar > a { text-align: center; font-size: 16px; color: #aaa;