mirror of
https://github.com/horst3180/arc-theme.git
synced 2024-10-27 19:04:02 +00:00
fix nautilus circular button padding
This commit is contained in:
parent
3904e5ca7d
commit
9638b6ce7f
@ -3220,9 +3220,10 @@ NautilusQueryEditor .search-bar.toolbar, NautilusQueryEditor .search-bar.inline-
|
|||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
background-color: #383C45; }
|
background-color: #383C45; }
|
||||||
|
|
||||||
.nautilus-circular-button {
|
.nautilus-circular-button.image-button.button {
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
outline-radius: 50%; }
|
outline-radius: 50%;
|
||||||
|
padding: 8px; }
|
||||||
|
|
||||||
.disk-space-display {
|
.disk-space-display {
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
|
@ -3221,9 +3221,10 @@ NautilusQueryEditor .search-bar.toolbar, NautilusQueryEditor .search-bar.inline-
|
|||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
background-color: #ffffff; }
|
background-color: #ffffff; }
|
||||||
|
|
||||||
.nautilus-circular-button {
|
.nautilus-circular-button.image-button.button {
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
outline-radius: 50%; }
|
outline-radius: 50%;
|
||||||
|
padding: 8px; }
|
||||||
|
|
||||||
.disk-space-display {
|
.disk-space-display {
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
|
@ -3220,9 +3220,10 @@ NautilusQueryEditor .search-bar.toolbar, NautilusQueryEditor .search-bar.inline-
|
|||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
background-color: #383C45; }
|
background-color: #383C45; }
|
||||||
|
|
||||||
.nautilus-circular-button {
|
.nautilus-circular-button.image-button.button {
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
outline-radius: 50%; }
|
outline-radius: 50%;
|
||||||
|
padding: 8px; }
|
||||||
|
|
||||||
.disk-space-display {
|
.disk-space-display {
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
|
@ -3221,9 +3221,10 @@ NautilusQueryEditor .search-bar.toolbar, NautilusQueryEditor .search-bar.inline-
|
|||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
background-color: #ffffff; }
|
background-color: #ffffff; }
|
||||||
|
|
||||||
.nautilus-circular-button {
|
.nautilus-circular-button.image-button.button {
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
outline-radius: 50%; }
|
outline-radius: 50%;
|
||||||
|
padding: 8px; }
|
||||||
|
|
||||||
.disk-space-display {
|
.disk-space-display {
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
|
@ -3220,9 +3220,10 @@ NautilusQueryEditor .search-bar.toolbar, NautilusQueryEditor .search-bar.inline-
|
|||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
background-color: #ffffff; }
|
background-color: #ffffff; }
|
||||||
|
|
||||||
.nautilus-circular-button {
|
.nautilus-circular-button.image-button.button {
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
outline-radius: 50%; }
|
outline-radius: 50%;
|
||||||
|
padding: 8px; }
|
||||||
|
|
||||||
.disk-space-display {
|
.disk-space-display {
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
|
@ -3220,9 +3220,10 @@ NautilusQueryEditor .search-bar.toolbar, NautilusQueryEditor .search-bar.inline-
|
|||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
background-color: #ffffff; }
|
background-color: #ffffff; }
|
||||||
|
|
||||||
.nautilus-circular-button {
|
.nautilus-circular-button.image-button.button {
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
outline-radius: 50%; }
|
outline-radius: 50%;
|
||||||
|
padding: 8px; }
|
||||||
|
|
||||||
.disk-space-display {
|
.disk-space-display {
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
|
@ -112,9 +112,10 @@ NautilusQueryEditor .search-bar.toolbar {
|
|||||||
background-color: $base_color;
|
background-color: $base_color;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nautilus-circular-button {
|
.nautilus-circular-button.image-button.button {
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
outline-radius: 50%;
|
outline-radius: 50%;
|
||||||
|
padding: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
$disk_space_unknown: transparentize($fg_color, 0.5);
|
$disk_space_unknown: transparentize($fg_color, 0.5);
|
||||||
|
Loading…
Reference in New Issue
Block a user