Fixed #181
This commit is contained in:
parent
f056e82388
commit
062b643627
@ -192,6 +192,8 @@ $nautilus_sidebar_image: image($dark_sidebar_bg);
|
|||||||
|
|
||||||
// row style
|
// row style
|
||||||
@if $nautilus_style == 'stable' {
|
@if $nautilus_style == 'stable' {
|
||||||
|
margin: 0 0;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
transition: background-image 0;
|
transition: background-image 0;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
@ -356,8 +358,6 @@ $nautilus_sidebar_image: image($dark_sidebar_bg);
|
|||||||
|
|
||||||
> stack {
|
> stack {
|
||||||
background-color: $base_color;
|
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) {
|
> stack:not(:only-child) {
|
||||||
|
@ -181,6 +181,12 @@ else
|
|||||||
prompt -w "DASH TO DOCK: You may need to logout to take effect."
|
prompt -w "DASH TO DOCK: You may need to logout to take effect."
|
||||||
fi
|
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' || "${edit_firefox}" == 'true' ]]; then
|
||||||
if [[ "${firefox}" == 'true' ]]; then
|
if [[ "${firefox}" == 'true' ]]; then
|
||||||
echo; prompt -i "Installing '${name}' Firefox theme..."
|
echo; prompt -i "Installing '${name}' Firefox theme..."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user