From 8248ef22b14ad1b8cc126c7709f89322e3bbc76b Mon Sep 17 00:00:00 2001 From: David Grudl Date: Fri, 13 Jan 2017 15:14:00 +0100 Subject: [PATCH] bar.css: simplified selectors, '#tracy-debug .tracy-panel' -> '#tracy-debug' --- src/Tracy/assets/Bar/bar.css | 26 +++++++++------------- src/Tracy/assets/BlueScreen/bluescreen.css | 2 -- 2 files changed, 10 insertions(+), 18 deletions(-) diff --git a/src/Tracy/assets/Bar/bar.css b/src/Tracy/assets/Bar/bar.css index 9025a3e9b..836daf6a9 100644 --- a/src/Tracy/assets/Bar/bar.css +++ b/src/Tracy/assets/Bar/bar.css @@ -54,50 +54,44 @@ body #tracy-debug { text-decoration: none; } -#tracy-debug .tracy-panel a { - color: #125EAE; - text-decoration: none; -} - #tracy-debug a:hover, -#tracy-debug a:active, #tracy-debug a:focus { background-color: #125EAE; color: white; } -#tracy-debug .tracy-panel h2, -#tracy-debug .tracy-panel h3, -#tracy-debug .tracy-panel p { +#tracy-debug h2, +#tracy-debug h3, +#tracy-debug p { margin: .4em 0; } -#tracy-debug .tracy-panel table { +#tracy-debug table { border-collapse: collapse; background: #FDF5CE; } -#tracy-debug .tracy-panel tr:nth-child(2n) td { +#tracy-debug tr:nth-child(2n) td { background: #F7F0CB; } -#tracy-debug .tracy-panel td, -#tracy-debug .tracy-panel th { +#tracy-debug td, +#tracy-debug th { border: 1px solid #E6DFBF; padding: 2px 5px; vertical-align: top; text-align: left; } -#tracy-debug .tracy-panel th { +#tracy-debug th { background: #F4F3F1; color: #655E5E; font-size: 90%; font-weight: bold; } -#tracy-debug .tracy-panel pre, -#tracy-debug .tracy-panel code { +#tracy-debug pre, +#tracy-debug code { font: 9pt/1.5 Consolas, monospace; } diff --git a/src/Tracy/assets/BlueScreen/bluescreen.css b/src/Tracy/assets/BlueScreen/bluescreen.css index ed34f8026..91255fb7a 100644 --- a/src/Tracy/assets/BlueScreen/bluescreen.css +++ b/src/Tracy/assets/BlueScreen/bluescreen.css @@ -46,7 +46,6 @@ } #tracy-bs a:hover, -#tracy-bs a:active, #tracy-bs a:focus { color: #085AA3; } @@ -188,7 +187,6 @@ } #tracy-bs-logo a:hover, -#tracy-bs-logo a:active, #tracy-bs-logo a:focus { opacity: 1; transition: opacity 0.1s;