wok-current rev 16972
tazpanel: speed-up scrolling long packages list
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Mon Aug 04 21:57:11 2014 +0200 (2014-08-04) |
parents | 5713a7350bb6 |
children | 2429812d90ab |
files | tazpanel/receipt |
line diff
1.1 --- a/tazpanel/receipt Mon Aug 04 21:47:29 2014 +0200 1.2 +++ b/tazpanel/receipt Mon Aug 04 21:57:11 2014 +0200 1.3 @@ -27,6 +27,8 @@ 1.4 { 1.5 mkdir -p $fs/etc/init.d 1.6 cp -a $install/* $fs 1.7 + sed -i 's/0 4px #ddd, 0 0 0 4px/4px 4px/g' \ 1.8 + $fs/var/www/tazpanel/styles/default/style.css 1.9 # Init script use tazpanel cmdline 1.10 cd $fs/etc/init.d && ln -s ../../usr/bin/tazpanel . 1.11 }