summaryrefslogtreecommitdiff
path: root/desktop-themes/TraditionalOk
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-03-01 00:15:10 +0100
committerraveit65 <[email protected]>2016-03-01 00:15:10 +0100
commit5cea5daf73d62bba7d8e3be20ee9c338b1951bdc (patch)
tree44418934c824ba9024ad59cf703f66d1cbb74553 /desktop-themes/TraditionalOk
parent98280713877beef1bead8b8d1700e5f138f34067 (diff)
downloadmate-themes-5cea5daf73d62bba7d8e3be20ee9c338b1951bdc.tar.bz2
mate-themes-5cea5daf73d62bba7d8e3be20ee9c338b1951bdc.tar.xz
GTK+-3.20: TraditionalOK gtk-widgets-img: delete forgotten olumn-headers borders
Diffstat (limited to 'desktop-themes/TraditionalOk')
-rw-r--r--desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets-img.css23
1 files changed, 0 insertions, 23 deletions
diff --git a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets-img.css b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets-img.css
index 83a087f4..0016d914 100644
--- a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets-img.css
+++ b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets-img.css
@@ -622,26 +622,3 @@ switch:active {
border-color: transparent;
}
-/* column-headers borders */
-treeview header button,
-treeview header button:focus,
-treeview header button:active,
-treeview header button:active:hover,
-treeview header button:active:focus {
- border-image: none;
- border-width: 1px;
- border-radius: 0;
- border-style: solid;
- border-color: @column_header_border_top_color @column_header_border_right_color
- @column_header_border_bottom_color @column_header_border_left_color;
-
-}
-
-treeview header button:last-child,
-treeview header button:last-child:focus,
-treeview header button:last-child:active,
-treeview header button:last-child:active:hover,
-treeview header button:last-child:active:focus{
- border-right: none;
-}
-