-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjoint.ui.contextToolbar.min.css
More file actions
14 lines (8 loc) · 4.53 KB
/
joint.ui.contextToolbar.min.css
File metadata and controls
14 lines (8 loc) · 4.53 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*! Rappid v3.1.1 - HTML5 Diagramming Framework - TRIAL VERSION
Copyright (c) 2015 client IO
2020-06-11
This Source Code Form is subject to the terms of the Rappid Trial License
, v. 2.0. If a copy of the Rappid License was not distributed with this
file, You can obtain one at http://jointjs.com/license/rappid_v2.txt
or from the Rappid archive as was distributed by client IO. See the LICENSE file.*/
.joint-context-toolbar{position:absolute;z-index:1000}.joint-context-toolbar .tools{margin-top:-5px;margin-left:-4px}.joint-context-toolbar .tool{min-height:30px;min-width:35px;cursor:pointer;outline:0;vertical-align:middle;margin:0;padding:5px}.joint-context-toolbar.joint-vertical .tool{display:block;width:100%}.joint-context-toolbar .tool>img{pointer-events:none}.joint-context-toolbar.joint-theme-dark .tools{border:1px solid #0f1110;padding:5px;border-radius:3px;background:#5e6366}.joint-context-toolbar.joint-theme-dark .tool{border:1px solid #0f1110;color:#d1d2d4;box-shadow:-1px -1px 0 0 #666 inset;border-right:none;background:rgba(104,108,112,1);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(120,124,128,1)),color-stop(1%,rgba(119,123,127,1)),color-stop(100%,rgba(104,108,112,1)));background:-webkit-linear-gradient(270deg,rgba(120,124,128,1) 0,rgba(119,123,127,1) 1%,rgba(104,108,112,1) 100%);background:-o-linear-gradient(270deg,rgba(120,124,128,1) 0,rgba(119,123,127,1) 1%,rgba(104,108,112,1) 100%);background:-ms-linear-gradient(270deg,rgba(120,124,128,1) 0,rgba(119,123,127,1) 1%,rgba(104,108,112,1) 100%);background:linear-gradient(180deg,rgba(120,124,128,1) 0,rgba(119,123,127,1) 1%,rgba(104,108,112,1) 100%)}.joint-context-toolbar.joint-theme-dark.joint-vertical .tool{border-right:1px solid #0f1110;border-bottom:none}.joint-context-toolbar.joint-theme-dark .tool:last-child{border-right:1px solid #0f1110}.joint-context-toolbar.joint-theme-dark.joint-vertical .tool:last-child{border-bottom:1px solid #0f1110}.joint-context-toolbar.joint-theme-dark .tool:active,.joint-context-toolbar.joint-theme-dark .tool:hover{background:#92979b;background:-webkit-linear-gradient(#3b3f40,#454a4d);background:-o-linear-gradient(#3b3f40,#454a4d);background:-moz-linear-gradient(#3b3f40,#454a4d);background:linear-gradient(#3b3f40,#454a4d);box-shadow:-1px -1px 0 0 #595959 inset}.joint-context-toolbar.joint-theme-default .tools{border:1px solid #d3d3d3}.joint-context-toolbar.joint-theme-default .tool{background:#fff;border:none}.joint-context-toolbar.joint-theme-default .tool:not(:last-child){border-right:1px solid #d3d3d3}.joint-context-toolbar.joint-theme-default.joint-vertical .tool:not(:last-child){border-right:none;border-bottom:1px solid #d3d3d3}.joint-context-toolbar.joint-theme-default.joint-vertical .tool{border-bottom:none}.joint-context-toolbar.joint-theme-default .tool:hover{background-color:#d3d3d3}.joint-context-toolbar.joint-theme-default .tool:active{background-color:grey}.joint-context-toolbar.joint-theme-material .tools{border:2px solid #d0d8e8;border-radius:3px}.joint-context-toolbar.joint-theme-material .tool{background:#f6f6f6;border:none;border-right:1px solid #d0d8e8}.joint-context-toolbar.joint-theme-material.joint-vertical .tool{border-right:none;border-bottom:1px solid #d0d8e8}.joint-context-toolbar.joint-theme-material .tool:last-child{border-right:none}.joint-context-toolbar.joint-theme-material.joint-vertical .tool:last-child{border-bottom:none;border-right:none}.joint-context-toolbar.joint-theme-material .tool:active,.joint-context-toolbar.joint-theme-material .tool:hover{background-color:#d0d8e8}.joint-context-toolbar.joint-theme-modern .tools{border:2px solid #31d0c6;border-radius:10px}.joint-context-toolbar.joint-theme-modern .tool{background:#f6f6f6;border:none;border-right:1px solid #c6c7e2}.joint-context-toolbar.joint-theme-modern .tool:last-child{border-right:none;border-top-right-radius:8px;border-bottom-right-radius:8px}.joint-context-toolbar.joint-theme-modern .tool:first-child{border-top-left-radius:8px;border-bottom-left-radius:8px}.joint-context-toolbar.joint-theme-modern.joint-vertical .tool{border-right:none;border-bottom:1px solid #c6c7e2}.joint-context-toolbar.joint-theme-modern.joint-vertical .tool:last-child{border-bottom-right-radius:8px;border-bottom-left-radius:8px;border-top-right-radius:0;border-bottom:none}.joint-context-toolbar.joint-theme-modern.joint-vertical .tool:first-child{border-top-right-radius:8px;border-top-left-radius:8px;border-bottom-left-radius:0}.joint-context-toolbar.joint-theme-modern .tool:active,.joint-context-toolbar.joint-theme-modern .tool:hover{background-color:#c6c7e2}