diff options
author | raveit65 <[email protected]> | 2016-03-01 00:15:10 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-03-01 00:18:03 +0100 |
commit | b40130878b0bf17386bf6fd806e23df41b1b03e0 (patch) | |
tree | c081bb79bcc6118e9b66cfdc66ef2e8e0e0f8bcd /desktop-themes | |
parent | 9c109cd8a9285afb85ad9b6509e3e9d96d766017 (diff) | |
download | mate-themes-b40130878b0bf17386bf6fd806e23df41b1b03e0.tar.bz2 mate-themes-b40130878b0bf17386bf6fd806e23df41b1b03e0.tar.xz |
GTK+-3.20: TraditionalOK gtk-widgets-img: delete forgotten olumn-headers borders
Diffstat (limited to 'desktop-themes')
-rw-r--r-- | desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets-img.css | 23 |
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; -} - |