mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 08:18:41 +09:00
Bug 1309194: Implement summary info in Net Panel Toolbar; Bug 1317205: CSS improvement for summary button
Required for: https://github.com/MoonchildProductions/moebius/pull/93
This commit is contained in:
parent
4d57ef767e
commit
2f496e3f1e
22 changed files with 333 additions and 240 deletions
|
|
@ -2,7 +2,9 @@
|
|||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
|
||||
@import url("resource://devtools/client/themes/splitters.css");
|
||||
@namespace html url("http://www.w3.org/1999/xhtml");
|
||||
|
||||
:root {
|
||||
font: message-box;
|
||||
|
|
@ -33,6 +35,10 @@
|
|||
font-size: 80%;
|
||||
}
|
||||
|
||||
/* Override wrong system font from forms.css */
|
||||
html|button, html|select {
|
||||
font: message-box;
|
||||
}
|
||||
|
||||
/* Autocomplete Popup */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue