X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fdevtools%2Fnetmonitor.css;h=f52af8ad5df9675c3bfe684a56f92ed83bcea49f;hp=1b303c34b1c37acbc3bcfb9289f8aaeae064a682;hb=e2734cc744523d8adb0aa3d44644220b98d8201c;hpb=624ebb51af2c1be7397d1b2850a9441fafbe5cd8 diff --git a/LCARStrek/browser/devtools/netmonitor.css b/LCARStrek/browser/devtools/netmonitor.css index 1b303c34..f52af8ad 100644 --- a/LCARStrek/browser/devtools/netmonitor.css +++ b/LCARStrek/browser/devtools/netmonitor.css @@ -7,13 +7,13 @@ window { padding: 0; } -/* Network requests table */ - #body { background-color: #000000; } -.requests-menu-empty-notice { +/* Network requests table */ + +#requests-menu-empty-notice { background-color: #A09090; border-radius: 8px; padding: 12px; @@ -29,10 +29,6 @@ window { display: none; } -.requests-menu-header { - text-align: center; -} - .requests-menu-header:first-child { -moz-padding-start: 4px; -moz-margin-start: 4px; @@ -51,8 +47,9 @@ window { #requests-menu-status-button { background-color: transparent; border-radius: 0; - min-width: 10px; + min-width: 20px; margin: 0; + font-weight: inherit !important; transition: background-color 0.1s ease-in-out; } @@ -136,6 +133,8 @@ window { .requests-menu-status { background-color: #A09090; + -moz-margin-start: 5px; + -moz-margin-end: 5px; border-radius: 20px; border: 1px solid #000000; transition: background-color 0.5s ease-in-out; @@ -296,12 +295,14 @@ window { background-color: #A09090; } +/* SideMenuWidget */ + .side-menu-widget-item:nth-child(even) { background: rgba(255,159,0,0.1); } .side-menu-widget-item-contents { - padding: 0px 4px; + padding: 0; } /* Network request details */ @@ -361,6 +362,13 @@ window { /* Response tabpanel */ +#response-content-info-header { + background-color: #A09090; + color: #000000; + margin: 0; + padding: 5px 8px; +} + #response-content-image-box { padding-top: 10px; padding-bottom: 10px; @@ -387,6 +395,47 @@ window { transition: transform 0.2s ease-out; } +/* Footer */ + +#requests-menu-footer { + border-top: 1px solid #9C9CFF; + padding-top: 3px; +} + +.requests-menu-footer-button, +.requests-menu-footer-label { + min-width: 1em; + margin: 0; + -moz-margin-end: 3px; + border: none; + padding: 0px 1.5vw; +/* color: #fff;*/ +} + +.requests-menu-footer-spacer { + min-width: 2px; +} + +.requests-menu-footer-spacer, +.requests-menu-footer-button { +} + +.requests-menu-footer-button { +} + +.requests-menu-footer-button:hover { +} + +.requests-menu-footer-button:hover:active { +} + +.requests-menu-footer-button:not(:active)[checked] { +} + +.requests-menu-footer-label { + font-weight: 600; +} + /* Responsive sidebar */ @media (max-width: 700px) { #requests-menu-toolbar { @@ -394,7 +443,12 @@ window { } .requests-menu-header-button { - min-height: 23px; /* Remaining 1px comes from border of the button. */ + min-height: 23px; /* Remaining 1px comes from border of the toolbar. */ + } + + .requests-menu-footer-button, + .requests-menu-footer-label { + padding: 0px 2vw; } #details-pane { @@ -404,13 +458,12 @@ window { } .requests-menu-status-and-method { - width: 14vw; + width: 16vw; } .requests-menu-file, .requests-menu-domain { width: 30vw; - min-width: 10em; } .requests-menu-type {