| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Otherwise we won't update them if the UI files change. To do this we
need to move them from data/ui/ to src/, which is not great. Things
would be easier with non-recursive Makefiles.
|
|
|
|
|
|
| |
Any integer above 0 should have a unit in CSS files now.
https://bugzilla.gnome.org/show_bug.cgi?id=669602
|
|
|
|
| |
Required by newest GTK+.
|
|
|
|
|
|
| |
The theming was done by Lapo Calamandrei.
https://bugzilla.gnome.org/show_bug.cgi?id=665470
|
|
|
|
|
|
|
| |
That way buttons can be used at the edge of the screen when ephy is
maximized.
https://bugzilla.gnome.org/show_bug.cgi?id=665518
|
|
Replace local styling (used for the tab close button and embed's status
frame) by a global css sheet loaded at window construction.
This allows tweaking style properties without rebuilding.
The css file is installed in $(pkgdatadir)/epiphany.css.
Signed-off-by: Diego Escalante Urrelo <descalante@igalia.com>
Bug #644805
|