Adwaita: tweak treeview dnd drop target

This commit is contained in:
Lapo Calamandrei 2014-12-11 15:35:38 +01:00
parent 6420f0516a
commit cf0aba14e7
2 changed files with 6 additions and 2 deletions

View File

@ -1400,7 +1400,9 @@ GtkTreeView.view {
}
&.dnd {
border: 1px solid;
border-style: solid none;
border-width: 1px;
border-color: mix($fg_color, $selected_bg_color, 50%);
}
&.expander {

View File

@ -2047,7 +2047,9 @@ GtkTreeView.view {
border-left-color: #666a6a;
border-top: #393f3f; }
GtkTreeView.view.dnd {
border: 1px solid; }
border-style: solid none;
border-width: 1px;
border-color: #87a5c4; }
GtkTreeView.view.expander {
-gtk-icon-source: -gtk-icontheme("pan-end-symbolic");
color: #b2b2b1; }