Bug 1233367 - Right-border of current time label has wrong color with the dark-theme .r=pbrosset

This commit is contained in:
simplyblue 2015-12-18 14:01:06 +05:30
parent 29fa8cae1d
commit eb19533c63
2 changed files with 1 additions and 2 deletions

View File

@ -23,7 +23,7 @@
<button id="rewind-timeline" standalone="true" class="devtools-button"></button>
<button id="pause-resume-timeline" standalone="true" class="devtools-button pause-button paused"></button>
<span id="timeline-rate" standalone="true" class="devtools-button"></span>
<span id="timeline-current-time" class="label"></span>
<span id="timeline-current-time" class="label devtools-toolbarbutton"></span>
</div>
<div id="players"></div>
<div id="error-message">

View File

@ -110,7 +110,6 @@ body {
#timeline-toolbar .label {
padding: 0 5px;
border-style: solid;
border-color: rgba(170, 170, 170, .5);
}
#timeline-toolbar .devtools-button,