Skip to content

Commit

Permalink
bar.css: simplified selectors, '#tracy-debug .tracy-panel' -> '#tracy…
Browse files Browse the repository at this point in the history
…-debug'
  • Loading branch information
dg committed Jan 13, 2017
1 parent 1995b10 commit 8248ef2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 18 deletions.
26 changes: 10 additions & 16 deletions src/Tracy/assets/Bar/bar.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down
2 changes: 0 additions & 2 deletions src/Tracy/assets/BlueScreen/bluescreen.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
}

#tracy-bs a:hover,
#tracy-bs a:active,
#tracy-bs a:focus {
color: #085AA3;
}
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 8248ef2

Please sign in to comment.