Skip to content

Commit

Permalink
bar.css: resets some other CSS properties
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Jan 13, 2017
1 parent 8248ef2 commit ec3380b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/Tracy/assets/Bar/bar.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#tracy-debug {
display: none;
direction: ltr;
line-height: 1.5;
}

body#tracy-debug { /* in popup window */
Expand All @@ -21,6 +22,7 @@ body #tracy-debug {

#tracy-debug * {
font: inherit;
line-height: inherit;
color: inherit;
background: transparent;
margin: 0;
Expand All @@ -32,6 +34,12 @@ body #tracy-debug {
border-radius: 0;
box-shadow: none;
text-shadow: none;
box-sizing: border-box;
text-decoration: none;
text-transform: inherit;
white-space: inherit;
float: none;
clear: none;
}

#tracy-debug *:before
Expand Down Expand Up @@ -93,6 +101,7 @@ body #tracy-debug {
#tracy-debug pre,
#tracy-debug code {
font: 9pt/1.5 Consolas, monospace;
white-space: pre;
}

#tracy-debug table .tracy-right {
Expand Down

0 comments on commit ec3380b

Please sign in to comment.