summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfgang Ulbrich <[email protected]>2015-11-29 00:24:04 +0100
committerWolfgang Ulbrich <[email protected]>2015-11-29 00:24:04 +0100
commit372b4b373b95126339a1ad37fc3a77027b4c3663 (patch)
treee94454e1afffd665570f9c004992b52717bea4d6
parent3425f8e47546fddc9221aa71317cf4ced43b82a5 (diff)
downloadmate-themes-372b4b373b95126339a1ad37fc3a77027b4c3663.tar.bz2
mate-themes-372b4b373b95126339a1ad37fc3a77027b4c3663.tar.xz
Revert "GTK3: use a horizontal padding=0 for GtkCell"
This reverts commit 3425f8e47546fddc9221aa71317cf4ced43b82a5.
-rw-r--r--desktop-themes/BlackMATE/gtk-3.0/mate-applications.css11
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css11
-rw-r--r--desktop-themes/BlueMenta/gtk-3.0/mate-applications.css11
-rw-r--r--desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css11
-rw-r--r--desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css11
-rw-r--r--desktop-themes/Menta/gtk-3.0/mate-applications.css11
-rw-r--r--desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css11
-rw-r--r--desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css11
-rw-r--r--desktop-themes/TraditionalOkTest/gtk-3.0/mate-applications.css11
9 files changed, 0 insertions, 99 deletions
diff --git a/desktop-themes/BlackMATE/gtk-3.0/mate-applications.css b/desktop-themes/BlackMATE/gtk-3.0/mate-applications.css
index 932a1654..3fb64891 100644
--- a/desktop-themes/BlackMATE/gtk-3.0/mate-applications.css
+++ b/desktop-themes/BlackMATE/gtk-3.0/mate-applications.css
@@ -806,14 +806,3 @@ EomThumbNav .button.flat:insensitive {
background-image: none;
}
-/***********************
- * Mate-system-monitor *
- ***********************/
-
-/* workaround for crash if reducing the size of device column to zero,
- horizontal padding needs to set to 0, any other value crashes m-s-m */
-
-.notebook .vertical GtkScrolledWindow GtkTreeView .cell {
- padding: 1px 0px 0px 0px;
-}
-
diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css b/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css
index 49a2527a..967723ca 100644
--- a/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css
+++ b/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css
@@ -1431,14 +1431,3 @@ EomThumbNav .button.flat:insensitive {
border-color: transparent;
}
-/***********************
- * Mate-system-monitor *
- ***********************/
-
-/* workaround for crash if reducing the size of device column to zero,
- horizontal padding needs to set to 0, any other value crashes m-s-m */
-
-.notebook .vertical GtkScrolledWindow GtkTreeView .cell {
- padding: 0px;
-}
-
diff --git a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css
index 1746c4e5..ccc99e59 100644
--- a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css
+++ b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css
@@ -889,14 +889,3 @@ EomThumbNav .button.flat:insensitive {
border-color: transparent;
}
-/***********************
- * Mate-system-monitor *
- ***********************/
-
-/* workaround for crash if reducing the size of device column to zero,
- horizontal padding needs to set to 0, any other value crashes m-s-m */
-
-.notebook .vertical GtkScrolledWindow GtkTreeView .cell {
- padding: 1px 0px 0px 0px;
-}
-
diff --git a/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css b/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css
index e21edcde..ed5efaef 100644
--- a/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css
+++ b/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css
@@ -1435,14 +1435,3 @@ EomThumbNav .button.flat:insensitive {
border-color: transparent;
}
-/***********************
- * Mate-system-monitor *
- ***********************/
-
-/* workaround for crash if reducing the size of device column to zero,
- horizontal padding needs to set to 0, any other value crashes m-s-m */
-
-.notebook .vertical GtkScrolledWindow GtkTreeView .cell {
- padding: 0px;
-}
-
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css b/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css
index d1d6cc66..852f4ef3 100644
--- a/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css
+++ b/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css
@@ -673,14 +673,3 @@ EomThumbNav .button.flat:insensitive {
border-color: transparent;
}
-/***********************
- * Mate-system-monitor *
- ***********************/
-
-/* workaround for crash if reducing the size of device column to zero,
- horizontal padding needs to set to 0, any other value crashes m-s-m */
-
-.notebook .vertical GtkScrolledWindow GtkTreeView .cell {
- padding: 1px 0px 0px 0px;
-}
-
diff --git a/desktop-themes/Menta/gtk-3.0/mate-applications.css b/desktop-themes/Menta/gtk-3.0/mate-applications.css
index 365dc7c9..b27d2f6b 100644
--- a/desktop-themes/Menta/gtk-3.0/mate-applications.css
+++ b/desktop-themes/Menta/gtk-3.0/mate-applications.css
@@ -887,14 +887,3 @@ EomThumbNav .button.flat:insensitive {
border-color: transparent;
}
-/***********************
- * Mate-system-monitor *
- ***********************/
-
-/* workaround for crash if reducing the size of device column to zero,
- horizontal padding needs to be set to 0, any other value crashes m-s-m */
-
-.notebook .vertical GtkScrolledWindow GtkTreeView .cell {
- padding: 1px 0px 0px 0px;
-}
-
diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css b/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css
index 282a7646..27678b4e 100644
--- a/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css
+++ b/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css
@@ -489,14 +489,3 @@ EomThumbNav .button.flat:insensitive {
border-color: @insensitive_border_color;
}
-/***********************
- * Mate-system-monitor *
- ***********************/
-
-/* workaround for crash if reducing the size of device column to zero,
- horizontal padding needs to set to 0, any other value crashes m-s-m */
-
-.notebook .vertical GtkScrolledWindow GtkTreeView .cell {
- padding: 2px 0px;
-}
-
diff --git a/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css b/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css
index 1c085ffa..b7a50959 100644
--- a/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css
+++ b/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css
@@ -490,14 +490,3 @@ EomThumbNav .button.flat:insensitive {
border-color: @insensitive_border_color;
}
-/***********************
- * Mate-system-monitor *
- ***********************/
-
-/* workaround for crash if reducing the size of device column to zero,
- horizontal padding needs to set to 0, any other value crashes m-s-m */
-
-.notebook .vertical GtkScrolledWindow GtkTreeView .cell {
- padding: 2px 0px;
-}
-
diff --git a/desktop-themes/TraditionalOkTest/gtk-3.0/mate-applications.css b/desktop-themes/TraditionalOkTest/gtk-3.0/mate-applications.css
index 6ece9f7c..b2b85858 100644
--- a/desktop-themes/TraditionalOkTest/gtk-3.0/mate-applications.css
+++ b/desktop-themes/TraditionalOkTest/gtk-3.0/mate-applications.css
@@ -507,14 +507,3 @@ EomThumbNav .button.flat:insensitive {
border-color: @insensitive_border_color;
}
-/***********************
- * Mate-system-monitor *
- ***********************/
-
-/* workaround for crash if reducing the size of device column to zero,
- horizontal padding needs to set to 0, any other value crashes m-s-m */
-
-.notebook .vertical GtkScrolledWindow GtkTreeView .cell {
- padding: 2px 0px;
-}
-