Index: tools/cc-frame-viewer/src/ui/drag_handle.css |
diff --git a/tools/cc-frame-viewer/src/ui/drag_handle.css b/tools/cc-frame-viewer/src/ui/drag_handle.css |
new file mode 100644 |
index 0000000000000000000000000000000000000000..b8227960557c7e8f02e28fa3569d8e37b99ddc8b |
--- /dev/null |
+++ b/tools/cc-frame-viewer/src/ui/drag_handle.css |
@@ -0,0 +1,15 @@ |
+/* Copyright (c) 2012 The Chromium Authors. All rights reserved. |
+ * Use of this source code is governed by a BSD-style license that can be |
+ * found in the LICENSE file. */ |
+x-drag-handle { |
+ background-image: -webkit-gradient(linear, |
+ 0% 0%, 0% 100%, |
+ from(#E5E5E5), |
+ to(#D1D1D1)); |
+ height: 8px; |
+ border-top: 1px solid white; |
+ border-bottom: 1px solid #8e8e8e; |
+ cursor: ns-resize; |
+ -webkit-user-select: none; |
+} |
+ |