mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-11 10:35:45 +01:00
Fix some more CSS warnings
This commit is contained in:
@@ -72,8 +72,8 @@ Highlights.prototype.CSS = <![CDATA[
|
|||||||
Question color: green; background: white; font-weight: bold;
|
Question color: green; background: white; font-weight: bold;
|
||||||
|
|
||||||
StatusLine color: white; background: black;
|
StatusLine color: white; background: black;
|
||||||
StatusLineBroken color: black; background: #FF6060; /* light-red */
|
StatusLineBroken color: black; background: #FF6060 /* light-red */
|
||||||
StatusLineSecure color: black; background: #B0FF00; /* light-green */
|
StatusLineSecure color: black; background: #B0FF00 /* light-green */
|
||||||
|
|
||||||
TabClose
|
TabClose
|
||||||
TabIcon
|
TabIcon
|
||||||
@@ -259,7 +259,7 @@ function Styles(name, store, serial)
|
|||||||
'@namespace liberator "' + NS.uri + '";\n';
|
'@namespace liberator "' + NS.uri + '";\n';
|
||||||
const Sheet = new Struct("name", "sites", "css", "ref");
|
const Sheet = new Struct("name", "sites", "css", "ref");
|
||||||
|
|
||||||
let cssUri = function (css) "chrome-data:text/css," + encodeURI(css);
|
let cssUri = function (css) "chrome-data:text/css," + window.encodeURI(css);
|
||||||
|
|
||||||
let userSheets = [];
|
let userSheets = [];
|
||||||
let systemSheets = [];
|
let systemSheets = [];
|
||||||
|
|||||||
Reference in New Issue
Block a user