mediawiki-skins-Citizen/skinStyles/extensions/Translate/ext.translate.messagetable.less

87 lines
1.8 KiB
Plaintext
Raw Normal View History

2019-12-29 18:45:17 +00:00
/*
* Citizen
*
* SkinStyles for Extension:Translate
* Module: ext.translate.messagetable
* Version: MLEB 2021.07
*
* Date: 2021-07-29
2019-12-29 18:45:17 +00:00
*/
.tux-messagelist {
background-color: var( --color-surface-2 );
color: var( --color-base );
2019-12-29 18:45:17 +00:00
}
.tux-message-item {
border-bottom-color: var( --border-color-base );
background: var( --color-surface-0 ); // So that it is the same color as page base
2019-12-29 18:45:17 +00:00
}
.tux-message-item.translated,
.tux-message-item.translated:hover,
.tux-message-item.proofread,
.tux-message-item.proofread:hover {
background-color: var( --color-surface-3 );
2019-12-29 18:45:17 +00:00
}
.tux-message-item:hover {
background-color: var( --color-surface-2--hover );
2019-12-29 18:45:17 +00:00
}
.tux-info {
background-color: var( --color-surface-3 );
2019-12-29 18:45:17 +00:00
}
.tux-list-translation {
color: var( --color-base--subtle );
2019-12-29 18:45:17 +00:00
}
.tux-messagetable-loader {
background: var( --color-surface-2 );
box-shadow: none;
color: var( --color-base--subtle );
}
2019-12-29 18:45:17 +00:00
.tux-action-bar {
background-color: var( --color-surface-1 );
color: var( --color-base );
}
2019-12-29 18:45:17 +00:00
@media screen and ( min-height: 500px ) {
.tux-action-bar.floating {
border-top-color: var( --border-color-base );
2019-12-29 18:45:17 +00:00
}
}
2019-12-29 18:45:17 +00:00
.tux-action-bar button {
border-color: var( --border-color-base );
background: var( --color-surface-2 );
}
2019-12-29 18:45:17 +00:00
.tux-action-bar button:hover {
background: var( --color-surface-2--hover );
2019-12-29 18:45:17 +00:00
}
.tux-action-bar button:active,
.tux-action-bar button.down {
background: var( --color-primary );
}
2019-12-29 18:45:17 +00:00
.tux-action-bar button.disabled,
.tux-action-bar button.disabled:hover {
border-color: var( --border-color-base );
background-color: var( --color-surface-4 );
color: var( --color-base--subtle );
}
2019-12-29 18:45:17 +00:00
.tux-message-filter-result {
border-bottom-color: var( --border-color-base );
background: var( --background-color-warning );
color: var( --color-base );
2019-12-29 18:45:17 +00:00
}
.tux-empty-list-guide {
color: var( --color-base--subtle );
2019-12-29 18:45:17 +00:00
}