X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fdevtools%2Fcommon.css;h=fed30341221afa6c8faeb6a3c167f6885b09a25d;hb=54d92f0593d9fc131ef534e4dd0e27c5043d78e5;hp=5fcc34c608edd4e3a76bf2f79f71a81135663192;hpb=3886293f5826c7e369d0045678b83cb57ab0e1ef;p=themes.git diff --git a/LCARStrek/browser/devtools/common.css b/LCARStrek/browser/devtools/common.css index 5fcc34c6..fed30341 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,12 +208,37 @@ 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 { margin: -4px; /* Compensate for the .panel-arrowcontent padding. */ } +.devtools-tooltip-variables-view-box .variable-or-property > .title { + -moz-padding-end: 6px; +} + /* Tooltip: Tiles */ .devtools-tooltip-tiles { @@ -222,4 +249,20 @@ notification { background-position: 0 0, 10px 10px; } +.devtools-tooltip-iframe { + border: none; + background: transparent; +} + +/* Eyedropper Widget */ + +.devtools-eyedropper-panel { + pointer-events: none; + -moz-appearance: none; + width: 156px; + height: 120px; + background-color: transparent; + border: none; +} + /* === END common.inc.css === */