diff options
Diffstat (limited to 'css')
-rwxr-xr-x | css/ninja.css | 4 |
1 files changed, 2 insertions, 2 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 | ||