[gnome-themes-standard] adwaita gtk3: add some padding and border-radius to gcalctool scrolled window.
- From: Lapo Calamandrei <lapo src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard] adwaita gtk3: add some padding and border-radius to gcalctool scrolled window.
- Date: Mon, 8 Oct 2012 10:45:32 +0000 (UTC)
commit bd74e4b26e45b5767991980626aaa4898de28cbc
Author: Lapo Calamandrei <calamandrei gmail com>
Date: Mon Oct 8 12:45:12 2012 +0200
adwaita gtk3: add some padding and border-radius to gcalctool scrolled window.
themes/Adwaita/gtk-3.0/gnome-applications.css | 13 +++++++++++++
1 files changed, 13 insertions(+), 0 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gnome-applications.css b/themes/Adwaita/gtk-3.0/gnome-applications.css
index cf0f23a..3fd1694 100644
--- a/themes/Adwaita/gtk-3.0/gnome-applications.css
+++ b/themes/Adwaita/gtk-3.0/gnome-applications.css
@@ -641,3 +641,16 @@ EvWindow.background EggFindBar.toolbar {
border-color: @borders;
}
+/* gcalctool */
+
+MathWindow.background > GtkBox.vertical > GtkBox.vertical > GtkScrolledWindow {
+ padding: 4px;
+ background-color: @theme_base_color;
+ border-radius: 3px;
+}
+
+MathWindow.background > GtkBox.vertical > GtkBox.vertical > GtkScrolledWindow:backdrop {
+ padding: 4px;
+ background-color: @theme_unfocused_base_color;
+ border-radius: 3px;
+}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]