diff options
Diffstat (limited to 'css')
-rwxr-xr-x | css/ninja.css | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/css/ninja.css b/css/ninja.css index 682dfc9d..34b0b296 100755 --- a/css/ninja.css +++ b/css/ninja.css | |||
@@ -118,9 +118,9 @@ body { position: absolute; margin: 0px; width: 100%; height: 100%; background-co | |||
118 | 118 | ||
119 | #sceneBar { height: 70px; background-color: #474747; } | 119 | #sceneBar { height: 70px; background-color: #474747; } |
120 | 120 | ||
121 | #mainContainer .rulerTop { display: none; background: gray url("../images/temp/ruler-top.png"); height: 15px; margin-bottom: 0px; border-right: 11px solid black; } | 121 | #mainContainer .rulerTop { display: none; background: gray url("../images/temp/ruler-top.png"); height: 15px; margin-bottom: 0px; } |
122 | 122 | ||
123 | .rulerLeft { display: none; background: gray url("../images/temp/ruler-left.png"); width: 16px; border-bottom: 11px solid black; } | 123 | .rulerLeft { display: none; background: gray url("../images/temp/ruler-left.png"); width: 16px; } |
124 | 124 | ||
125 | #stateBar { height: 20px; background-color: #282828; margin-bottom: 0px; } | 125 | #stateBar { height: 20px; background-color: #282828; margin-bottom: 0px; } |
126 | 126 | ||
@@ -867,6 +867,8 @@ input[type="radio"]:disabled { opacity: .3; background: #282828; border-width: 1 | |||
867 | 867 | ||
868 | .InkBottleTool { background-image: url("../images/tools/Tool-FillColor.png"); } | 868 | .InkBottleTool { background-image: url("../images/tools/Tool-FillColor.png"); } |
869 | 869 | ||
870 | .bindingTool { background-image: url("../images/tools/binding.png"); } | ||
871 | |||
870 | .blueDiv { background: blue; opacity: 0.2; } | 872 | .blueDiv { background: blue; opacity: 0.2; } |
871 | 873 | ||
872 | ::-webkit-scrollbar { width: 11px; height: 11px; } | 874 | ::-webkit-scrollbar { width: 11px; height: 11px; } |
@@ -941,4 +943,12 @@ input[type="radio"]:disabled { opacity: .3; background: #282828; border-width: 1 | |||
941 | 943 | ||
942 | .montage-invisible { display: none; } | 944 | .montage-invisible { display: none; } |
943 | 945 | ||
946 | .panels .panel { display: none; } | ||
947 | |||
948 | .panels .panel.ws-binding { display: none; -webkit-box-flex-group: 2; } | ||
949 | |||
950 | body.ws-binding .panel.ws-binding { display: -webkit-box; } | ||
951 | |||
952 | body.ws-default .panel.default { display: -webkit-box; -webkit-box-flex-group: 1; } | ||
953 | |||
944 | /*77*/ | 954 | /*77*/ |