diff options
| author | ryderr <r@okfoc.us> | 2014-10-20 17:03:57 -0400 |
|---|---|---|
| committer | ryderr <r@okfoc.us> | 2014-10-20 17:03:57 -0400 |
| commit | 392bdf16047617bf4a3b99fa2dd7792134b9e3e0 (patch) | |
| tree | 645fd88733abd469383a4f505d25e59b609dc249 /public/assets/stylesheets/app.css | |
| parent | 2300f22955c0ee8250195e7f4cb70ac675570d7f (diff) | |
| parent | 6dadb217e8253138936d4f5180f9cefa6e7caed9 (diff) | |
Merge branch 'master' of github.com:okfocus/vvalls
Diffstat (limited to 'public/assets/stylesheets/app.css')
| -rwxr-xr-x | public/assets/stylesheets/app.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index 25babad..c92c783 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -1630,6 +1630,10 @@ input[type="range"]::-webkit-slider-thumb { border:3px solid #000; } +.wallpaperResizeControls.disabled { + pointer-events: none; + opacity: 0.3; +} .wallpaperResizeControls input[type=range] { width: 130px; position: relative; |
