make both Nightly devtools and 48/49 devtools work well
[themes.git] / LCARStrek / devtools / performance.css
index 8ac95bc61b860c73938f5d033b3b22b0c4fea4c5..1ead491870e952cf6bdd75d3416fce00fa961d45 100644 (file)
 
 /* Recording buttons */
 
-#main-record-button {
-  list-style-image: url(images/profiler-stopwatch.svg);
+#recordings-controls {
+  background-color: #9C9CFF;
+}
+
+#clear-button::before {
+  background-image: var(--clear-icon-url);
+}
+
+#main-record-button::before {
+  background-image: url(images/profiler-stopwatch-tbutton.svg);
+}
+
+#import-button::before {
+  background-image: url(images/import.svg);
+}
+
+#main-record-button .button-icon, #import-button .button-icon {
+  margin: 0;
+}
+
+#main-record-button .button-text, #import-button .button-text {
+  display: none;
 }
 
 #main-record-button .button-icon {