X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fdevtools%2Fprofiler.css;fp=LCARStrek%2Fbrowser%2Fdevtools%2Fprofiler.css;h=30bc66bcef64a3c189772a712bf63c1bf9663ab5;hp=0000000000000000000000000000000000000000;hb=cc7e70eb6f20567d466ab1f5f358190b6be7083d;hpb=099c339a1800baeed6973f01b59ffb122b75c22a diff --git a/LCARStrek/browser/devtools/profiler.css b/LCARStrek/browser/devtools/profiler.css new file mode 100644 index 00000000..30bc66bc --- /dev/null +++ b/LCARStrek/browser/devtools/profiler.css @@ -0,0 +1,29 @@ +/* This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + +window { + padding: 0; +} + +.devtools-toolbar { + border-bottom: none; +} + +.profile-name { + font-size: 13px; + padding: 8px; +} + +#profiles-list > li { + width: 180px; + cursor: pointer; +} + +.splitview-nav-container button { + color: #FF9F00; + background-clip: padding-box; + border-bottom: 1px solid #A09090; + -moz-padding-end: 8px; + -moz-box-align: center; +}