[nautilus/wip/cdavis/hdywindow] css: Match floating bar radius to window radius



commit b849929e8e8d7fca4d7c2f268a83cc82071067ec
Author: Christopher Davis <brainblasted disroot org>
Date:   Fri Feb 5 17:08:48 2021 -0800

    css: Match floating bar radius to window radius

 src/resources/css/Adwaita.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/resources/css/Adwaita.css b/src/resources/css/Adwaita.css
index 546d3e98a..e98ebcb8f 100644
--- a/src/resources/css/Adwaita.css
+++ b/src/resources/css/Adwaita.css
@@ -101,7 +101,7 @@ entry.search > * {
   border-width: 1px;
   border-style: solid solid none;
   border-color: @borders;
-  border-radius: 3px 3px 0 0;
+  border-radius: 8px 8px 0 0;
 }
 
 .floating-bar.bottom.left { /* axes left border and border radius */


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]