From 954137b7602f5c3b7af23aa8798f0add54265ab7 Mon Sep 17 00:00:00 2001 From: Cheng-Han, Wu Date: Fri, 27 May 2016 00:11:32 +0800 Subject: Update resizable handle and sync scrolling toggle styles --- public/css/index.css | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'public/css/index.css') diff --git a/public/css/index.css b/public/css/index.css index 1b9fb5d4..a827c40a 100644 --- a/public/css/index.css +++ b/public/css/index.css @@ -108,21 +108,25 @@ body { } .ui-edit-area .ui-resizable-handle.ui-resizable-e { cursor: col-resize; - width: 5px; + width: 8px; + right: -8px; background-color: white; - box-shadow: 5px 0px 10px #e7e7e7; + box-shadow: 3px 0px 6px #e7e7e7; } .ui-edit-area .ui-sync-toggle { width: 42px; height: 42px; - padding: 3px 1px 0 0; + padding: 2px 1px 0 0; border-radius: 50%; - border-color: #e7e7e7; + box-shadow: 2px 0px 2px #e7e7e7; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } +.ui-edit-area .ui-sync-toggle:active { + box-shadow: inset 0 3px 5px rgba(0,0,0,.125), 2px 0px 2px #e7e7e7; +} .ui-view-area { /*overflow-y: scroll;*/ -webkit-overflow-scrolling: touch; -- cgit v1.2.3