fourth and final part of syncing LCARStrek with Firefox 31 windows theme changes
[themes.git] / LCARStrek / browser / devtools / commandline.css
index 14bfc921e061cd31a0164d03cfa7cc8df00d5924..cae01b8d80f66d6db2b06b05ca1f8b12d15e7375 100644 (file)
   color: #FF9F00;
 }
 
-.gcli-menu-option:hover,
-.gcli-menu-highlight.gcli-menu-option:hover {
+.gcli-menu-name:hover,
+.gcli-menu-desc:hover {
   background-color: #FFCF00;
   color: #000000;
 }
 
-.gcli-menu-highlight {
+.gcli-menu-highlight,
+.gcli-menu-highlight:hover {
   background-color: #795900;
 }
 
   opacity: 0.6;
   text-decoration: line-through;
 }
+
+.gcli-breakpoint-label {
+  font-weight: bold;
+}
+
+.gcli-breakpoint-lineText {
+  font-family: "Liberation Mono", Consolas, "Courier New", monospace;
+}