diff options
author | Valerio Virgillito | 2012-08-21 13:18:16 -0700 |
---|---|---|
committer | Valerio Virgillito | 2012-08-21 13:18:16 -0700 |
commit | 8c8864bbbe8cde1f736785e1d3742841c332369b (patch) | |
tree | 741022dbc6a0e24cfc0ba65eb5c02f83092562c3 /css/ninja.css | |
parent | ebb22628692375ce3bfce21353aaf5b820723f40 (diff) | |
parent | 2f4593e8a797898bb5c478eb8a14dac4660e8751 (diff) | |
download | ninja-8c8864bbbe8cde1f736785e1d3742841c332369b.tar.gz |
Merge pull request #434 from ericguzman/minorFixes_7.1
Minor fixes
Diffstat (limited to 'css/ninja.css')
-rwxr-xr-x | css/ninja.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/css/ninja.css b/css/ninja.css index 8e1666c2..82cda121 100755 --- a/css/ninja.css +++ b/css/ninja.css | |||
@@ -845,7 +845,7 @@ input[type="radio"]:disabled { opacity: .3; background: #282828; border-width: 1 | |||
845 | 845 | ||
846 | .toolsList hr { border: 0px; border-top: 1px solid #232323; border-bottom: 1px solid #3A3A3A; margin: 2px; width: 100%; } | 846 | .toolsList hr { border: 0px; border-top: 1px solid #232323; border-bottom: 1px solid #3A3A3A; margin: 2px; width: 100%; } |
847 | 847 | ||
848 | .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); } | 848 | .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); } |
849 | 849 | ||
850 | .toolbutton:hover, .toolbutton.active { box-shadow: 0px 0px 2px 2px #999; -webkit-transform: scale(1); opacity: 1; } | 850 | .toolbutton:hover, .toolbutton.active { box-shadow: 0px 0px 2px 2px #999; -webkit-transform: scale(1); opacity: 1; } |
851 | 851 | ||