X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fdevtools%2Fprofiler.css;h=858d28f5b94de0239570cc42ba11d34cb96059ce;hp=cec665ebb248a660f6188ecf519ebef24563a293;hb=5401f433c81e15242767be2df7f86a5c7d99a86d;hpb=fe524e0c0e2035af794e8183b25693f847fb12ce diff --git a/LCARStrek/browser/devtools/profiler.css b/LCARStrek/browser/devtools/profiler.css index cec665eb..858d28f5 100644 --- a/LCARStrek/browser/devtools/profiler.css +++ b/LCARStrek/browser/devtools/profiler.css @@ -28,6 +28,10 @@ window { -moz-border-start-color: transparent; } +.profiler-sidebar .devtools-toolbar { + -moz-border-end: 1px solid #9C9CFF; /* Match the splitter color. */ +} + .profiler-sidebar-item { padding: 3px 5px; } @@ -44,7 +48,6 @@ window { .profiler-sidebar-item > hbox { margin-top: 2px; - color: #A09090; } .profiler-sidebar-item > hbox > a { @@ -65,24 +68,6 @@ window { color: #3A3A5F; /* 37% of #9C9CFF */ } -#profiler-controls > toolbarbutton { -/* margin: 0; - box-shadow: none; - border-radius: 0; - border-width: 0; - -moz-border-end-width: 1px; - outline-offset: -3px;*/ -} - -#profiler-controls > toolbarbutton:last-of-type { -/* -moz-border-end-width: 0;*/ -} - -#profiler-controls { - border-radius: 3px; - margin: 0 3px; -} - #profiler-start { list-style-image: url("chrome://browser/skin/devtools/profiler-stopwatch.png"); -moz-image-region: rect(0px,16px,16px,0px);