Fix color inconsistences

This commit is contained in:
EliverLara
2020-08-13 15:18:18 -05:00
parent 1c1d13b209
commit 08507fb108
2 changed files with 2 additions and 2 deletions

View File

@@ -5691,7 +5691,7 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled
.nautilus-window .linked:not(.vertical) > entry {
border-radius: 10px; }
.nautilus-window .linked:not(.vertical) > entry:focus {
border-color: rgba(247, 185, 34, 0.6); }
border-color: rgba(0, 114, 255, 0.6); }
.nautilus-circular-button {
border-radius: 20px;

View File

@@ -5716,7 +5716,7 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled
.nautilus-window .linked:not(.vertical) > entry {
border-radius: 10px; }
.nautilus-window .linked:not(.vertical) > entry:focus {
border-color: rgba(247, 185, 34, 0.6); }
border-color: rgba(0, 114, 255, 0.6); }
.nautilus-circular-button {
border-radius: 20px;