X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fdevtools%2Fcommon.css;h=126b2cb1102a57fe3608ebd71def93cef5faee1d;hb=649b5d38865cb338a3419ffda9ff41382c2c9523;hp=5fcc34c608edd4e3a76bf2f79f71a81135663192;hpb=3886293f5826c7e369d0045678b83cb57ab0e1ef;p=themes.git diff --git a/LCARStrek/browser/devtools/common.css b/LCARStrek/browser/devtools/common.css index 5fcc34c6..126b2cb1 100644 --- a/LCARStrek/browser/devtools/common.css +++ b/LCARStrek/browser/devtools/common.css @@ -165,7 +165,9 @@ notification { } .devtools-tooltip[clamped-dimensions] { + min-height: 100px; max-height: 400px; + min-width: 100px; max-width: 400px; } .devtools-tooltip[clamped-dimensions] .panel-arrowcontent { @@ -206,6 +208,27 @@ notification { margin-bottom: -4px; } +/* Tooltip: Font Family Previewer Text */ +.devtools-tooltip-font-previewer-text { + max-width: 400px; + line-height: 1.5; + font-size: 150%; + text-align: center; +} + +/* Tooltip: Alert Icon */ + +.devtools-tooltip-alert-icon { + width: 32px; + height: 32px; + margin: 6px; + -moz-margin-end: 20px; +} + +.devtools-tooltip-alert-icon { + list-style-image: url("chrome://global/skin/icons/alert-exclam.gif"); +} + /* Tooltip: Variables View */ .devtools-tooltip-variables-view-box {