X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fdevtools%2Fcommon.css;h=72b7e70258f6bbe9a54faaaf32ba7322ea7a1f96;hp=5fcc34c608edd4e3a76bf2f79f71a81135663192;hb=45dc7657b767fde2dc6b5d3ec71379bf5f624007;hpb=373d8c697472f21b0bee41ef00f5d90ae26bd54d diff --git a/LCARStrek/browser/devtools/common.css b/LCARStrek/browser/devtools/common.css index 5fcc34c6..72b7e702 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,19 @@ notification { margin-bottom: -4px; } +/* 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 {