X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fdevtools%2Fdark-theme.css;h=caea039dabe100432b0361b8b422d6a8e69d1946;hp=a931ce6f94260a2d75ff9641369c0d1f97b36ebb;hb=fe524e0c0e2035af794e8183b25693f847fb12ce;hpb=e7c8bab1697c2a99a9b8d4f2fec8faa947e38aaf diff --git a/LCARStrek/browser/devtools/dark-theme.css b/LCARStrek/browser/devtools/dark-theme.css index a931ce6f..caea039d 100644 --- a/LCARStrek/browser/devtools/dark-theme.css +++ b/LCARStrek/browser/devtools/dark-theme.css @@ -13,26 +13,19 @@ .theme-twisty { cursor: pointer; - margin-right: 5px; + width: 14px; + height: 14px; + background-repeat: no-repeat; + background-image: url("chrome://browser/skin/devtools/controls.png"); + background-position: 0 -14px; } .theme-twisty:-moz-focusring { outline-style: none; } -.theme-twisty:not([open]) { - width: 0; - height: 0; - border-top: 5px solid transparent; - border-bottom: 5px solid transparent; - border-left: 5px solid #8050B0; - margin-left: 5px; -} - .theme-twisty[open] { - width: 10px; - height: 10px; - background-image: linear-gradient(to bottom right, transparent 68%, #8050B0 68%); + background-position: -14px -14px; } .theme-checkbox { @@ -42,11 +35,12 @@ height: 14px; padding: 0; outline: none; - background: url("chrome://browser/skin/devtools/checkbox.png") no-repeat; + background-image: url("chrome://browser/skin/devtools/controls.png"); + background-position: 0 0; } .theme-checkbox[checked] { - background: url("chrome://browser/skin/devtools/checkbox.png") 14px 0; + background-position: -14px 0; } .theme-selected {