X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Finspector.css;fp=LCARStrek%2Fbrowser%2Finspector.css;h=e32c07c642db98ab362d66675dfef8f0b2c0e650;hp=284296bbeacb8a87f24d4ed9cfb5780d8ec990c3;hb=8ad8bf83a252ba11e812866d40a22f78223a9b8a;hpb=9f7e55e94979f27acc41726fc3d862521ee03f16 diff --git a/LCARStrek/browser/inspector.css b/LCARStrek/browser/inspector.css index 284296bb..e32c07c6 100644 --- a/LCARStrek/browser/inspector.css +++ b/LCARStrek/browser/inspector.css @@ -89,7 +89,7 @@ code { .objectLink-function, .objectBox-stackTrace, .objectLink-profile { - font-family: monospace; + font-family: "Liberation Mono", Consolas, "Courier New", monospace; } .objectLink-textNode { @@ -105,7 +105,7 @@ code { .selectorTag, .selectorId, .selectorClass { - font-family: monospace; + font-family: "Liberation Mono", Consolas, "Courier New", monospace; font-weight: normal; } @@ -134,7 +134,7 @@ code { } .selectorValue { - font-family: monospace; + font-family: "Liberation Mono", Consolas, "Courier New", monospace; font-style: italic; color: #555555; } @@ -146,7 +146,7 @@ code { .nodeBox { position: relative; - font-family: monospace; + font-family: "Liberation Mono", Consolas, "Courier New", monospace; padding-left: 13px; -moz-user-select: -moz-none; } @@ -206,7 +206,7 @@ code { /* position DOCTYPE element above/outside the "nodeBox" that contains it */ /* Note: to be fixed in Bug #688439 */ top: -16px; - font-family: monospace; + font-family: "Liberation Mono", Consolas, "Courier New", monospace; padding-left: 8px; color: #999; white-space: nowrap; @@ -373,6 +373,6 @@ code { #attribute-editor-input { border: none; padding: 2px 5px; - font-family: monospace; + font-family: "Liberation Mono", Consolas, "Courier New", monospace; font-size: 11px; }