Fix overflowing text entries

This commit is contained in:
EliverLara
2019-09-01 13:18:10 -05:00
parent 97618727ad
commit e79d6dade8
3 changed files with 15 additions and 0 deletions

View File

@@ -68,6 +68,11 @@
}
.titlebar {
.search {
border: 1px solid transparent;
border-radius: 3px;
box-shadow: none;
}
.path-bar-box {
.dim-label {
color:transparent;

View File

@@ -5609,6 +5609,11 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled
.nautilus-window .searchbar-container {
margin-top: -1px; }
.nautilus-window .titlebar .search {
border: 1px solid transparent;
border-radius: 3px;
box-shadow: none; }
.nautilus-window .titlebar .path-bar-box .dim-label, .nautilus-window .titlebar .path-bar-box label.separator, .nautilus-window .titlebar .path-bar-box .subtitle {
color: transparent; }

View File

@@ -5609,6 +5609,11 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled
.nautilus-window .searchbar-container {
margin-top: -1px; }
.nautilus-window .titlebar .search {
border: 1px solid transparent;
border-radius: 3px;
box-shadow: none; }
.nautilus-window .titlebar .path-bar-box .dim-label, .nautilus-window .titlebar .path-bar-box label.separator, .nautilus-window .titlebar .path-bar-box .subtitle {
color: transparent; }