217 lines
7.9 KiB
CSS
217 lines
7.9 KiB
CSS
/*********
|
|
* Lists *
|
|
*********/
|
|
.list,
|
|
.list-row {
|
|
background-color: @background;
|
|
border-color: @border;
|
|
}
|
|
|
|
.list:backdrop,
|
|
.list-row:backdrop {
|
|
background-color: @backdrop_background;
|
|
border-color: @backdrop_border;
|
|
}
|
|
|
|
.list-row,
|
|
.grid-child {
|
|
padding: 2px;
|
|
}
|
|
|
|
|
|
.list-row.button,
|
|
.header-bar .list-row.button.titlebutton,
|
|
.titlebar .list-row.button.titlebutton {
|
|
background-color: transparent;
|
|
border-style: none;
|
|
border-radius: 0;
|
|
}
|
|
|
|
.list-row.button:hover {
|
|
border-color: @selection;
|
|
background-color: @selection;
|
|
color: @selected_foreground;
|
|
}
|
|
|
|
.list-row.button:active {
|
|
}
|
|
|
|
.list-row.button:selected:active {
|
|
}
|
|
|
|
.list-row.button:selected:hover {
|
|
border-color: shade(@selection, 1.2);
|
|
background-color: shade(@selection, 1.2);
|
|
}
|
|
|
|
.list-row.button:selected:backdrop {
|
|
background-color: @backdrop_selection;
|
|
}
|
|
|
|
.list-row:selected .button {
|
|
color: @button;
|
|
border-color: @border;
|
|
border-color: @selected_border;
|
|
}
|
|
|
|
.list-row:selected .button.flat,
|
|
.list-row:selected .header-bar .titlebutton.button,
|
|
.header-bar .list-row:selected .titlebutton.button,
|
|
.list-row:selected .titlebar .titlebutton.button,
|
|
.titlebar .list-row:selected .titlebutton.button {
|
|
border-color: transparent;
|
|
background-color: transparent;
|
|
background-image: none;
|
|
color: @selection;
|
|
}
|
|
|
|
.list-row:selected .button:hover {
|
|
color: @button;
|
|
border-color: @border;
|
|
border-color: @selected_border;
|
|
}
|
|
|
|
.list-row:selected .button:active,
|
|
.list-row:selected .button:checked {
|
|
color: @button;
|
|
border-color: @border;
|
|
border-color: @selected_border;
|
|
}
|
|
|
|
.list-row:selected .button:backdrop,
|
|
.list-row:selected .button.flat:backdrop,
|
|
.list-row:selected .header-bar .titlebutton.button:backdrop,
|
|
.header-bar .list-row:selected .titlebutton.button:backdrop,
|
|
.list-row:selected .titlebar .titlebutton.button:backdrop,
|
|
.titlebar .list-row:selected .titlebutton.button:backdrop {
|
|
color: @insensitive_background;
|
|
border-color: @insensitive_border;
|
|
border-color: @selected_border;
|
|
}
|
|
|
|
.list-row:selected .button:backdrop:active,
|
|
.list-row:selected .button:backdrop:checked,
|
|
.list-row:selected .button.flat:backdrop:active,
|
|
.list-row:selected .header-bar .titlebutton.button:backdrop:active,
|
|
.header-bar .list-row:selected .titlebutton.button:backdrop:active,
|
|
.list-row:selected .titlebar .titlebutton.button:backdrop:active,
|
|
.titlebar .list-row:selected .titlebutton.button:backdrop:active,
|
|
.list-row:selected .button.flat:backdrop:checked,
|
|
.list-row:selected .header-bar .titlebutton.button:backdrop:checked,
|
|
.header-bar .list-row:selected .titlebutton.button:backdrop:checked,
|
|
.list-row:selected .titlebar .titlebutton.button:backdrop:checked,
|
|
.titlebar .list-row:selected .titlebutton.button:backdrop:checked {
|
|
color: @insensitive_background;
|
|
border-color: @insensitive_border;
|
|
border-color: @selected_border;
|
|
}
|
|
|
|
.list-row:selected .button:backdrop:insensitive,
|
|
.list-row:selected .button.flat:backdrop:insensitive,
|
|
.list-row:selected .header-bar .titlebutton.button:backdrop:insensitive,
|
|
.header-bar .list-row:selected .titlebutton.button:backdrop:insensitive,
|
|
.list-row:selected .titlebar .titlebutton.button:backdrop:insensitive,
|
|
.titlebar .list-row:selected .titlebutton.button:backdrop:insensitive {
|
|
color: #c7c7c7;
|
|
border-color: @insensitive_border;
|
|
border-color: @selected_border;
|
|
}
|
|
|
|
.list-row:selected .button:backdrop:insensitive > .label,
|
|
.list-row:selected .header-bar .button.titlebutton:backdrop:insensitive > .label,
|
|
.list-row:selected .titlebar .button.titlebutton:backdrop:insensitive > .label,
|
|
.list-row:selected .button.flat:backdrop:insensitive > .label,
|
|
.list-row:selected .header-bar .titlebutton.button:backdrop:insensitive > .label,
|
|
.header-bar .list-row:selected .titlebutton.button:backdrop:insensitive > .label,
|
|
.list-row:selected .titlebar .titlebutton.button:backdrop:insensitive > .label,
|
|
.titlebar .list-row:selected .titlebutton.button:backdrop:insensitive > .label {
|
|
color: inherit;
|
|
}
|
|
|
|
.list-row:selected .button:backdrop:insensitive:active,
|
|
.list-row:selected .button:backdrop:insensitive:checked,
|
|
.list-row:selected .button.flat:backdrop:insensitive:active,
|
|
.list-row:selected .header-bar .titlebutton.button:backdrop:insensitive:active,
|
|
.header-bar .list-row:selected .titlebutton.button:backdrop:insensitive:active,
|
|
.list-row:selected .titlebar .titlebutton.button:backdrop:insensitive:active,
|
|
.titlebar .list-row:selected .titlebutton.button:backdrop:insensitive:active,
|
|
.list-row:selected .button.flat:backdrop:insensitive:checked,
|
|
.list-row:selected .header-bar .titlebutton.button:backdrop:insensitive:checked,
|
|
.header-bar .list-row:selected .titlebutton.button:backdrop:insensitive:checked,
|
|
.list-row:selected .titlebar .titlebutton.button:backdrop:insensitive:checked,
|
|
.titlebar .list-row:selected .titlebutton.button:backdrop:insensitive:checked {
|
|
color: #c7c7c7;
|
|
border-color: @insensitive_border;
|
|
border-color: @selected_border;
|
|
}
|
|
|
|
.list-row:selected .button:backdrop:insensitive:active > .label,
|
|
.list-row:selected .header-bar .button.titlebutton:backdrop:insensitive:active > .label,
|
|
.list-row:selected .titlebar .button.titlebutton:backdrop:insensitive:active > .label,
|
|
.list-row:selected .button:backdrop:insensitive:checked > .label,
|
|
.list-row:selected .header-bar .button.titlebutton:backdrop:insensitive:checked > .label,
|
|
.list-row:selected .titlebar .button.titlebutton:backdrop:insensitive:checked > .label,
|
|
.list-row:selected .button.flat:backdrop:insensitive:active > .label,
|
|
.list-row:selected .header-bar .titlebutton.button:backdrop:insensitive:active > .label,
|
|
.header-bar .list-row:selected .titlebutton.button:backdrop:insensitive:active > .label,
|
|
.list-row:selected .titlebar .titlebutton.button:backdrop:insensitive:active > .label,
|
|
.titlebar .list-row:selected .titlebutton.button:backdrop:insensitive:active > .label,
|
|
.list-row:selected .button.flat:backdrop:insensitive:checked > .label,
|
|
.list-row:selected .header-bar .titlebutton.button:backdrop:insensitive:checked > .label,
|
|
.header-bar .list-row:selected .titlebutton.button:backdrop:insensitive:checked > .label,
|
|
.list-row:selected .titlebar .titlebutton.button:backdrop:insensitive:checked > .label,
|
|
.titlebar .list-row:selected .titlebutton.button:backdrop:insensitive:checked > .label {
|
|
color: inherit;
|
|
}
|
|
|
|
.list-row:selected .button.flat:backdrop,
|
|
.list-row:selected .header-bar .titlebutton.button:backdrop,
|
|
.header-bar .list-row:selected .titlebutton.button:backdrop,
|
|
.list-row:selected .titlebar .titlebutton.button:backdrop,
|
|
.titlebar .list-row:selected .titlebutton.button:backdrop {
|
|
border-color: transparent;
|
|
background-color: transparent;
|
|
background-image: none;
|
|
color: white;
|
|
}
|
|
|
|
.list-row:selected .button:insensitive {
|
|
color: @insensitive_background;
|
|
border-color: @border;
|
|
border-color: @selected_border;
|
|
}
|
|
|
|
.list-row:selected .button:insensitive > .label,
|
|
.list-row:selected .header-bar .button.titlebutton:insensitive > .label,
|
|
.list-row:selected .titlebar .button.titlebutton:insensitive > .label {
|
|
color: inherit;
|
|
}
|
|
|
|
.list-row:selected .button:insensitive:active,
|
|
.list-row:selected .button:insensitive:checked {
|
|
color: @insensitive_background;
|
|
border-color: @border;
|
|
}
|
|
|
|
.list-row:selected .button:insensitive:active > .label,
|
|
.list-row:selected .header-bar .button.titlebutton:insensitive:active > .label,
|
|
.list-row:selected .titlebar .button.titlebutton:insensitive:active > .label,
|
|
.list-row:selected .button:insensitive:checked > .label,
|
|
.list-row:selected .header-bar .button.titlebutton:insensitive:checked > .label,
|
|
.list-row:selected .titlebar .button.titlebutton:insensitive:checked > .label {
|
|
color: inherit;
|
|
}
|
|
|
|
|
|
.list-row, list-row.button,
|
|
.header-bar list-row.button.titlebutton,
|
|
.titlebar list-row.button.titlebutton {
|
|
transition: all 300ms cubic-bezier(0.3, 0.5, 0.5, 0.9);
|
|
}
|
|
|
|
.list-row:hover, list-row.button:hover,
|
|
.header-bar list-row.button.titlebutton:hover,
|
|
.titlebar list-row.button.titlebutton:hover {
|
|
transition: none;
|
|
}
|