1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68
|
dzlsuggestionpopover {
background: transparent;
}
dzlsuggestionpopover > revealer > box {
margin: 5px 6px 6px 6px;
border: 1px solid @borders;
box-shadow: 0px 0px 3px @wm_shadow;
padding: 3px 3px 0px 3px;
background: @content_view_bg;
border-radius: 5px;
}
dzlsuggestionpopover > revealer > box > elastic > scrolledwindow {
background: alpha(@content_view_bg, 0.97);
}
dzlsuggestionpopover > revealer > box > elastic > scrolledwindow > viewport > list {
background: transparent;
}
dzlsuggestionpopover > revealer > box > elastic > scrolledwindow > viewport > list > row:first-child {
transition: none;
}
dzlsuggestionpopover > revealer > box > elastic > scrolledwindow > viewport > list > row {
border-radius: 3px;
transition: none;
}
dzlsuggestionpopover > revealer > box > elastic > scrolledwindow > viewport > list > row:selected .title {
color: @theme_selected_fg_color;
}
dzlsuggestionpopover > revealer > box > elastic > scrolledwindow > viewport > list > row .title {
margin-left: 12px;
color: @theme_fg_color;
}
dzlsuggestionpopover > revealer > box > elastic > scrolledwindow > viewport > list > row.vertical .subtitle {
margin-left: 12px;
}
dzlsuggestionpopover > revealer > box > elastic > scrolledwindow > viewport > list > row .separator {
margin-left: 12px;
margin-right: 12px;
}
dzlsuggestionpopover > revealer > box > elastic > scrolledwindow > viewport > list > row > grid {
margin: 4px 8px;
}
dzlsuggestionpopover > revealer > box > elastic > scrolledwindow > viewport > list > row:last-child {
border-bottom: none;
margin-bottom: 3px;
}
dzlsuggestionpopover > revealer > box > elastic > scrolledwindow > viewport > list > row > grid > image:first-child {
min-width: 16px;
}
/* DzlSuggestionButton */
button.suggestionbutton entry.suggestion image.left {
margin-left: 1px;
}
button.suggestionbutton entry.suggestion image.right {
margin-right: 1px;
}
|