1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-19 06:54:12 +01:00

Fix some more CSS warnings

This commit is contained in:
Kris Maglione
2008-12-29 15:58:55 -05:00
parent d552719235
commit c316127c1c

View File

@@ -72,8 +72,8 @@ Highlights.prototype.CSS = <![CDATA[
Question color: green; background: white; font-weight: bold;
StatusLine color: white; background: black;
StatusLineBroken color: black; background: #FF6060; /* light-red */
StatusLineSecure color: black; background: #B0FF00; /* light-green */
StatusLineBroken color: black; background: #FF6060 /* light-red */
StatusLineSecure color: black; background: #B0FF00 /* light-green */
TabClose
TabIcon
@@ -259,7 +259,7 @@ function Styles(name, store, serial)
'@namespace liberator "' + NS.uri + '";\n';
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 systemSheets = [];