Xfce: Improve thunar location entry appearance

This commit is contained in:
EliverLara
2021-01-09 13:57:31 -06:00
parent 41f84d7c97
commit ac79b78610
3 changed files with 10 additions and 0 deletions
+4
View File
@@ -102,3 +102,7 @@ window.thunar paned > scrolledwindow treeview.view:selected {
border-radius: 0; border-radius: 0;
box-shadow: none; box-shadow: none;
} }
window.thunar toolbar#location-toolbar entry {
border-radius: 10px;
}
+3
View File
@@ -5859,6 +5859,9 @@ window.thunar paned > scrolledwindow treeview.view:selected {
border-radius: 0; border-radius: 0;
box-shadow: none; } box-shadow: none; }
window.thunar toolbar#location-toolbar entry {
border-radius: 10px; }
/******** /********
* Gala * * Gala *
*******/ *******/
+3
View File
@@ -5884,6 +5884,9 @@ window.thunar paned > scrolledwindow treeview.view:selected {
border-radius: 0; border-radius: 0;
box-shadow: none; } box-shadow: none; }
window.thunar toolbar#location-toolbar entry {
border-radius: 10px; }
/******** /********
* Gala * * Gala *
*******/ *******/