aboutsummaryrefslogtreecommitdiff
path: root/js/panels/properties.reel/properties.css
diff options
context:
space:
mode:
authorNivesh Rajbhandari2012-04-16 16:06:24 -0700
committerNivesh Rajbhandari2012-04-16 16:06:24 -0700
commitc253192a08b499ea7be46fa5438d273e51f7ec5a (patch)
tree18a1f0e3679c0eb993a9dedb537035d3861f49ac /js/panels/properties.reel/properties.css
parente19376c54eedd1f1c457ba405b2f110be376a559 (diff)
parent4b900ea5cd6bb77eb30cec8c03b9ec9fa662c1e9 (diff)
downloadninja-c253192a08b499ea7be46fa5438d273e51f7ec5a.tar.gz
Merge branch 'refs/heads/ninja-internal' into WebGLFixes
Diffstat (limited to 'js/panels/properties.reel/properties.css')
-rwxr-xr-xjs/panels/properties.reel/properties.css18
1 files changed, 5 insertions, 13 deletions
diff --git a/js/panels/properties.reel/properties.css b/js/panels/properties.reel/properties.css
index f8d37984..0928da3a 100755
--- a/js/panels/properties.reel/properties.css
+++ b/js/panels/properties.reel/properties.css
@@ -47,6 +47,11 @@ padding-right:6px;
47 47
48} 48}
49 49
50.propertiesPanel button.nj-skinned {
51 margin-left: -12px;
52 margin-top: -3px;
53}
54
50.propertiesPanel hr { 55.propertiesPanel hr {
51 border: 0; 56 border: 0;
52 border-top: 1px solid #3c3c3c; 57 border-top: 1px solid #3c3c3c;
@@ -230,23 +235,10 @@ padding-right:6px;
230 clear:none; 235 clear:none;
231} 236}
232 237
233.propertiesPanel .LockToolUp, .propertiesPanel .UnLockToolUp {
234 position: absolute;
235 left: 105px;
236 border: none;
237 background-color: transparent;
238 top: 2px;
239 opacity: 0.7;
240}
241
242.propertiesPanel .button:active { 238.propertiesPanel .button:active {
243 outline: none; 239 outline: none;
244} 240}
245 241
246.propertiesPanel .LockToolUp:hover, .propertiesPanel .UnLockToolUp:hover {
247 opacity: 1;
248}
249
250.propertiesPanel input[type="checkbox"].nj-skinned, .propertiesPanel input[type="radio"].nj-skinned { 242.propertiesPanel input[type="checkbox"].nj-skinned, .propertiesPanel input[type="radio"].nj-skinned {
251 position: relative; 243 position: relative;
252 overflow: visible; 244 overflow: visible;