mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 09:31:41 -05:00
Disabling quirks mode and fixing class "namespace"
Adding <!doctype> on tutor template and adding .TridacytlOwnNamespace class to generic selector
This commit is contained in:
parent
59b9833f46
commit
e731cfb15d
2 changed files with 9 additions and 8 deletions
|
@ -1,3 +1,4 @@
|
|||
<!doctype html>
|
||||
<html lang="en" class="TridactylOwnNamespace">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
|
|
@ -41,14 +41,6 @@
|
|||
|
||||
}
|
||||
|
||||
:root.TridactylThemeGreenmat table {
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
:root.TridactylThemeGreenmat #completions table tr td {
|
||||
color: var(--tridactyl-cmplt-fg);
|
||||
}
|
||||
|
||||
:root.TridactylThemeGreenmat #completions .focused{
|
||||
border-bottom: 1px solid green;
|
||||
}
|
||||
|
@ -61,6 +53,14 @@
|
|||
var(--focused-prefix-color));
|
||||
}
|
||||
|
||||
:root.TridactylThemeGreenmat.TridactylOwnNamespace table {
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
:root.TridactylThemeGreenmat.TridactylOwnNamespace #completions table tr td {
|
||||
color: var(--tridactyl-cmplt-fg);
|
||||
}
|
||||
|
||||
/* ### newtab ### */
|
||||
|
||||
:root.TridactylThemeGreenmat.TridactylOwnNamespace code {
|
||||
|
|
Loading…
Add table
Reference in a new issue