Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- diff -aur Faience.orig/gnome-shell/gnome-shell.css Faience/gnome-shell/gnome-shell.css
- --- Faience.orig/gnome-shell/gnome-shell.css 2013-04-17 23:15:54.025809214 +0200
- +++ Faience/gnome-shell/gnome-shell.css 2013-04-17 22:58:51.411349000 +0200
- @@ -1049,6 +1049,14 @@
- spacing: 20px;
- }
- +.app-view-controls {
- + width: 270px;
- + padding-bottom: 32px;
- + color: #fff;
- + font-size: .9em;
- + text-shadow: 0px 1px 3px 0px rgba(0,0,0,1.0);
- +}
- +
- .all-app:rtl {
- padding-right: 16px;
- padding-left: 25px;
- diff -aur Faience.orig/gtk-3.0/gtk-widgets.css Faience/gtk-3.0/gtk-widgets.css
- --- Faience.orig/gtk-3.0/gtk-widgets.css 2013-04-17 23:16:06.949072536 +0200
- +++ Faience/gtk-3.0/gtk-widgets.css 2013-04-17 22:46:49.051929000 +0200
- @@ -72,7 +72,7 @@
- * {
- /* inherit the color from parent by default */
- color: inherit;
- - background-color: @theme_bg_color;
- + /*background-color: @theme_bg_color;*/
- }
- GtkWindow {
Add Comment
Please, Sign In to add comment