summaryrefslogtreecommitdiff
path: root/public/css/index.css
diff options
context:
space:
mode:
authorCheng-Han, Wu2016-05-27 00:11:32 +0800
committerCheng-Han, Wu2016-05-27 00:11:32 +0800
commit954137b7602f5c3b7af23aa8798f0add54265ab7 (patch)
treec7fff999aba2603ed997232e9a9cd2f25c1212e4 /public/css/index.css
parentb28750f256d6fbab1406c6c00155ea14eef5c600 (diff)
Update resizable handle and sync scrolling toggle styles
Diffstat (limited to 'public/css/index.css')
-rw-r--r--public/css/index.css12
1 files changed, 8 insertions, 4 deletions
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;