fifth part of syncing LCARStrek with Firefox 36 windows theme changes
[themes.git] / LCARStrek / browser / devtools / commandline.css
index d0f125e71e824e2562eed9e4294b81a6b8dda58a..6f918cbd173a9aebf2b38a4a530fbce0c304b8da 100644 (file)
   font-size: 80%;
 }
 
+.gcli-row-out td {
+  white-space: nowrap;
+}
+
 .gcli-out-shortcut,
 .gcli-help-synopsis {
   padding: 0 3px;
   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;
 }
 
 
 .gcli-menu-more {
   font-size: 80%;
-  text-align: right;
+  text-align: end;
   -moz-padding-end: 8px;
 }
 
   opacity: 0.6;
   text-decoration: line-through;
 }
+
+.gcli-breakpoint-label {
+  font-weight: bold;
+}
+
+.gcli-breakpoint-lineText {
+  font-family: "Liberation Mono", Consolas, "Courier New", monospace;
+}