mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/WikiEditor
synced 2024-11-24 00:06:49 +00:00
Provide a 'tool-active' styling for toggle buttons
Based on styling used by CodeMirror extension. Change-Id: I74b7399c6dba3409b26656ae89fa3a569c69fef3
This commit is contained in:
parent
6b9aa52894
commit
a2e2b69241
|
@ -354,6 +354,13 @@
|
|||
}
|
||||
}
|
||||
|
||||
.tool-button.tool-active,
|
||||
.tool.tool-active.oo-ui-buttonElement-frameless.oo-ui-iconElement {
|
||||
outline: 1px solid #dae5ec;
|
||||
background-color: #ecf4f9;
|
||||
box-shadow: inset 0 -10px 10px rgba( 255, 255, 255, 0.4 );
|
||||
}
|
||||
|
||||
.ui-widget {
|
||||
table {
|
||||
td.wikieditor-toolbar-table-preview-wrapper {
|
||||
|
|
Loading…
Reference in a new issue