1
0
mirror of https://github.com/horst3180/arc-theme.git synced 2024-09-29 22:40:44 +00:00

Merge branch 'master' of https://github.com/Eugeny/Arc-theme into Eugeny-master

This commit is contained in:
Horst3180 2015-06-03 20:09:52 +02:00
commit a4485c819e
2 changed files with 11 additions and 10 deletions

View File

@ -26,17 +26,18 @@ MarlinViewWindow {
.sidebar, .source-list.sidebar.view {
background-color: $dark_sidebar_bg;
.view {
.view, row {
background-color: transparent;
color: $dark_sidebar_fg;
&.image { color: transparentize($dark_sidebar_fg, 0.4); }
&.cell:selected {
background-color: $selected_bg_color;
color: $selected_fg_color;
}
}
.view.cell:selected {
background-color: $selected_bg_color;
color: $selected_fg_color;
}
&.frame {
color: $dark_sidebar_fg;

View File

@ -24,16 +24,16 @@ MarlinViewWindow {
.sidebar, .source-list.sidebar.view {
background-color: $dark_sidebar_bg;
.view {
.view, row {
background-color: transparent;
color: $dark_sidebar_fg;
&.image { color: transparentize($dark_sidebar_fg, 0.4); }
}
.view.cell:selected {
background-color: $selected_bg_color;
color: $selected_fg_color;
&.cell:selected {
background-color: $selected_bg_color;
color: $selected_fg_color;
}
}
&.frame {