diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-12-01 21:06:17 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-12-01 21:06:17 +0100 |
commit | fdb98aba01a9cbf415526d796a24d372fd00419a (patch) | |
tree | da9c9c3138d727bc282ca2db618dc4b56ec62f30 /pyload/web/app/styles | |
parent | fixed are few addons and improved crypter workarounds (diff) | |
download | pyload-fdb98aba01a9cbf415526d796a24d372fd00419a.tar.xz |
fixed cnl, packages now pausable
Diffstat (limited to 'pyload/web/app/styles')
-rw-r--r-- | pyload/web/app/styles/default/dashboard.less | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pyload/web/app/styles/default/dashboard.less b/pyload/web/app/styles/default/dashboard.less index 336070737..1e9f21fec 100644 --- a/pyload/web/app/styles/default/dashboard.less +++ b/pyload/web/app/styles/default/dashboard.less @@ -85,6 +85,10 @@ .package-frame { background-color: @light; + &.paused { + .stripes(fade(@yellowLightest, 90%), @light); + } + } } |