Bug 1790513 - Use matching system colors in plugins.css. r=desktop-theme-reviewers,Itiel

Differential Revision: https://phabricator.services.mozilla.com/D157171
This commit is contained in:
Emilio Cobos Álvarez 2022-09-13 09:38:29 +00:00
parent ddee835ed0
commit 52f2d921b7

View File

@ -80,7 +80,8 @@ th.desc {
}
.notice {
background: -moz-cellhighlight;
background-color: -moz-cellhighlight;
color: -moz-cellhighlighttext;
border: 1px solid ThreeDShadow;
padding: 10px;
}