Fixed #181
This commit is contained in:
parent
f056e82388
commit
062b643627
2 changed files with 8 additions and 2 deletions
|
@ -192,6 +192,8 @@ $nautilus_sidebar_image: image($dark_sidebar_bg);
|
|||
|
||||
// row style
|
||||
@if $nautilus_style == 'stable' {
|
||||
margin: 0 0;
|
||||
|
||||
&:hover {
|
||||
transition: background-image 0;
|
||||
background-repeat: no-repeat;
|
||||
|
@ -356,8 +358,6 @@ $nautilus_sidebar_image: image($dark_sidebar_bg);
|
|||
|
||||
> stack {
|
||||
background-color: $base_color;
|
||||
// &:dir(ltr) { border-radius: 0 0 ($wm_radius+2) 0 }
|
||||
// &:dir(rtl) { border-radius: 0 0 0 ($wm_radius+2) }
|
||||
}
|
||||
|
||||
> stack:not(:only-child) {
|
||||
|
|
|
@ -181,6 +181,12 @@ else
|
|||
prompt -w "DASH TO DOCK: You may need to logout to take effect."
|
||||
fi
|
||||
|
||||
if [[ "${firefox}" == 'true' && "${edit_firefox}" == 'true' ]]; then
|
||||
echo; prompt -e "ERROR: Don't mix use option '-f' and '-e' ! "
|
||||
echo; prompt -i "Please install it again just use '-f' or '-e' !"; echo
|
||||
exit 0
|
||||
fi
|
||||
|
||||
if [[ "${firefox}" == 'true' || "${edit_firefox}" == 'true' ]]; then
|
||||
if [[ "${firefox}" == 'true' ]]; then
|
||||
echo; prompt -i "Installing '${name}' Firefox theme..."
|
||||
|
|
Loading…
Reference in a new issue