summaryrefslogtreecommitdiff
path: root/src/resources/css/Adwaita.css
AgeCommit message (Collapse)Author
2016-08-29Implement batch renamingAlexandru Pandelea
Renaming multiple files at once has been a missing feature in Nautilus for a long time. This patch implements that feature in the following way: This operation is launched in the same way as the rename one, when the selection has more than one file. When the batch renaming is launched, a dialog is shown, offering two modes. In the first mode, the user can use metadata (if available), numbering and original file name tags to create the new names. Between the tags, there also can be written normal text, which will be added in the new names. If numbering is used, the order of the files can be modified by using several criteria. In the second mode, the user can replace an existing part of the name. https://bugzilla.gnome.org/show_bug.cgi?id=768311
2016-06-09theme: Do not use single color "gradients"Florian Müllner
GTK's parser now started to complain about gradients with a single color stop ... https://bugzilla.gnome.org/show_bug.cgi?id=767430
2016-03-17theme: avoid dnd hint drawingCarlos Soriano
We were overriding the css border, but only the bottom one, so the top one was drawn as black by gtk+ when dnd. Since we already modify the icon to hint about dnd, we don't need that. Therefore, hide this styling. Patch by Lapo.
2016-03-07floating-bar: make the stop smaller than normal buttonsCarlos Soriano
With the latest changes on gtk+ the button sizing changed and made the button in the floating bar taller. To fix it, remove the padding from the button. Also improve how the button is created using the "new" gtk+ functions. https://bugzilla.gnome.org/show_bug.cgi?id=763249
2016-03-03window-slot: workaround search bar double borderCarlos Soriano
We currently have a double border in the view due to the search bar using a revealer, which always allocates 1 px and therefore shows the bottom border. Since to fix it we would need widgets able to allocate 0 px, which is current impossible, we workaround it with a CSS style that moves the content 1 px upward.
2016-03-02Adwaita.css: Fix dark theme backgroundAlexandru Pandelea
The problem was that when the theme was switched from Adwaita light to Adwaita dark, the background was kept on white. The solution was to switch from the white background color, that was always set for Adwaita to the corresponding theme_base_color of the theme. https://bugzilla.gnome.org/show_bug.cgi?id=762228
2016-02-15css: draw a background for the notebookCarlos Soriano
With recent gtk+ changes, the notebook style and drawing was changed somehow. Nautilus had a white background by "luck", and the canvas view needs to apply it's own background style in order to have a background at all. This commit follows what we were doing with the desktop window where we apply a style class to have a transparent background, but in this case a white one to fix this issue. https://bugzilla.gnome.org/show_bug.cgi?id=761965
2016-02-04search: fix tagged entries styleCarlos Soriano
To use libgd tagged entries you must use this css which doesn't come with the submolude.
2016-01-28css: update button selectorHorst3180
https://bugzilla.gnome.org/show_bug.cgi?id=761098
2016-01-28nautilus-list-view: add a styleclassHorst3180
This makes the borders in the nautilus-list-view work again https://bugzilla.gnome.org/show_bug.cgi?id=761098
2016-01-21css: load css that nautilus always needCarlos Soriano
There is some css that nautilus wants to always use regarding of the theme that is used. An example of this is the recently css added for making the desktop backgrund transparent. Additionally, the "round button" css is also always wanted. For that, create a new css file that will have the css we want to always load and load it in the application initialization. https://bugzilla.gnome.org/show_bug.cgi?id=760790
2016-01-04css: fix deprecation warnings for new GTK+Cosimo Cecchi
2015-11-12resources: organize the resource files in a separate folderFelipe Borges
https://bugzilla.gnome.org/show_bug.cgi?id=757978