aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcss/ninja.css4
-rwxr-xr-xscss/imports/scss/_MainWindow.scss1
-rwxr-xr-xscss/imports/scss/_toolbar.scss1
3 files changed, 3 insertions, 3 deletions
diff --git a/css/ninja.css b/css/ninja.css
index c1c09f5e..6a804e99 100755
--- a/css/ninja.css
+++ b/css/ninja.css
@@ -172,7 +172,7 @@ body { position: absolute; margin: 0px; width: 100%; height: 100%; background-co
172 172
173#openDocuments li:hover, #openDocuments li:active, #openDocuments li.activeTab { background-color: #7f7f7f; } 173#openDocuments li:hover, #openDocuments li:active, #openDocuments li.activeTab { background-color: #7f7f7f; }
174 174
175.documentBar { height: 25px; width: 1000px; position: relative; overflow: hidden; color: white; } 175.documentBar { height: 25px; position: relative; overflow: hidden; color: white; }
176 176
177.montage-popup-modal-mask { opacity: 1; background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.8) 80%); } 177.montage-popup-modal-mask { opacity: 1; background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.8) 80%); }
178 178
@@ -819,7 +819,7 @@ input[type="radio"]:disabled { opacity: .3; background: #282828; border-width: 1
819 819
820.toolsList { width: 29px; margin: auto; } 820.toolsList { width: 29px; margin: auto; }
821 821
822.toolsList hr { border: 0px; border-top: 1px solid #232323; border-bottom: 1px solid #3A3A3A; margin: 2px; } 822.toolsList hr { border: 0px; border-top: 1px solid #232323; border-bottom: 1px solid #3A3A3A; margin: 2px; width: 100%; }
823 823
824.toolbutton { width: 29px; height: 29px; background-position: center center; background-repeat: no-repeat; border-radius: 3px; opacity: 1; margin-bottom: 2px; -webkit-transform: scale(0.8); -webkit-transition: 0.15s all cubic-bezier(0.44, 0.19, 0, 0.99); } 824.toolbutton { width: 29px; height: 29px; background-position: center center; background-repeat: no-repeat; border-radius: 3px; opacity: 1; margin-bottom: 2px; -webkit-transform: scale(0.8); -webkit-transition: 0.15s all cubic-bezier(0.44, 0.19, 0, 0.99); }
825 825
diff --git a/scss/imports/scss/_MainWindow.scss b/scss/imports/scss/_MainWindow.scss
index ace890aa..2fdf0ac6 100755
--- a/scss/imports/scss/_MainWindow.scss
+++ b/scss/imports/scss/_MainWindow.scss
@@ -340,7 +340,6 @@
340 340
341.documentBar { 341.documentBar {
342 height: 25px; 342 height: 25px;
343 width: 1000px;
344 position: relative; 343 position: relative;
345 overflow: hidden; 344 overflow: hidden;
346 color: white; 345 color: white;
diff --git a/scss/imports/scss/_toolbar.scss b/scss/imports/scss/_toolbar.scss
index 9bf540cd..e4bf64bf 100755
--- a/scss/imports/scss/_toolbar.scss
+++ b/scss/imports/scss/_toolbar.scss
@@ -26,6 +26,7 @@
26 border-top: 1px solid #232323; 26 border-top: 1px solid #232323;
27 border-bottom: 1px solid #3A3A3A; 27 border-bottom: 1px solid #3A3A3A;
28 margin:2px; 28 margin:2px;
29 width:100%;
29} 30}
30 31
31.toolbutton { 32.toolbutton {