aboutsummaryrefslogtreecommitdiff
path: root/css/ninja.css
diff options
context:
space:
mode:
authorValerio Virgillito2012-05-04 14:08:20 -0700
committerValerio Virgillito2012-05-04 14:08:20 -0700
commit26248a5fd11954b670c36cde25a13af990774c8c (patch)
treeb2799f24b331bb2a5845cca3e7c147737c897b79 /css/ninja.css
parent22af7613f36f3a30653060284e144830f9164c45 (diff)
downloadninja-26248a5fd11954b670c36cde25a13af990774c8c.tar.gz
Fixing the tools list separators and document bar disabled state
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'css/ninja.css')
-rwxr-xr-xcss/ninja.css4
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