summaryrefslogtreecommitdiff
path: root/src/resources/css
diff options
context:
space:
mode:
authorCarlos Soriano <csoriano@redhat.com>2018-07-13 19:17:18 +0200
committerCarlos Soriano <csoriano1618@gmail.com>2018-07-14 08:06:31 +0000
commit4a88f39d09df5be59e3fa25e78df5263c1905a41 (patch)
tree9146fb4c35278ba20852bf117af672d14eb01489 /src/resources/css
parent2f2647010f503c3e37db68719de9ab1980359d98 (diff)
downloadnautilus-4a88f39d09df5be59e3fa25e78df5263c1905a41.tar.gz
general: Provide search information on the view itself
With the new search bar design, the search information displayed under they query editor was not working properly. Instead, the new design says that the information should be displayed in the view itself, as a top banner. This work implements the new design and fixes several issues of sizing due to the wrong position of the search information label. Closes https://gitlab.gnome.org/GNOME/nautilus/issues/403
Diffstat (limited to 'src/resources/css')
-rw-r--r--src/resources/css/Adwaita.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/resources/css/Adwaita.css b/src/resources/css/Adwaita.css
index c58c64108..913d64903 100644
--- a/src/resources/css/Adwaita.css
+++ b/src/resources/css/Adwaita.css
@@ -188,6 +188,12 @@ entry.search > * {
border-bottom: 1px solid @theme_bg_color;
}
+.search-information {
+ background-color: @theme_selected_bg_color;
+ color:white;
+ padding:2px;
+}
+
/* Hide superfluous treeview drop target indication */
.nautilus-list-view .view.dnd {
border-style: none;