summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Mikhaylenko <exalm7659@gmail.com>2018-07-27 21:41:24 +0500
committerCarlos Soriano <csoriano1618@gmail.com>2018-07-27 16:52:18 +0000
commit7aae2ee1f18cdb39de1e93aeb914f8d32f1ce0af (patch)
tree9a5649ef7ba5ee1592e6daf0ac005488bcc712c9
parent4214f84c2b2e7204b99636fb5ad9339874e550f7 (diff)
downloadnautilus-7aae2ee1f18cdb39de1e93aeb914f8d32f1ce0af.tar.gz
pathbar: Change border-radius to 3px for Adwaita
Be consistent with buttons and entries and make transition from or to search entry more seamless.
-rw-r--r--src/resources/css/Adwaita.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/css/Adwaita.css b/src/resources/css/Adwaita.css
index d9fb9ed01..65872a8d3 100644
--- a/src/resources/css/Adwaita.css
+++ b/src/resources/css/Adwaita.css
@@ -70,7 +70,7 @@
.path-bar-box {
border: 1px @borders solid;
- border-radius: 2px;
+ border-radius: 3px;
}
/* Make the tags fit into the box */