second part of syncing LCARStrek with Firefox 41 windows theme changes
[themes.git] / LCARStrek / browser / devtools / app-manager / device.css
index ad17d15df0c3edc3948e3a570250d60623c452e2..77c70eb66180d98ed4425b519828056405b7897b 100644 (file)
@@ -56,6 +56,10 @@ h1 {
   min-height: 50px;
 }
 
+#root-actor-debug {
+  background: #000000;
+}
+
 
 
 /*****************     APP BUTTONS      *****************/
@@ -188,7 +192,7 @@ button {
 }
 
 .permission-table-header > div:first-child {
-  text-align: left;
+  text-align: start;
   padding-left: 10px;
   flex-basis: 30%;
 }
@@ -227,7 +231,7 @@ button {
 }
 
 .permission > div:first-child {
-  text-align: left;
+  text-align: start;
   padding: 3px 10px;
   flex-basis: 30%;
   font-weight: bold;
@@ -274,7 +278,7 @@ button {
   display: flex;
   padding: 15px 10px;
   display: block;
-  text-align: left;
+  text-align: start;
   flex-grow: 1;
 }
 
@@ -308,35 +312,38 @@ header {
 
 
 
-/*****************      APPS       *****************/
+/*****************      APPS & BROWSER TABS      *****************/
 
 
 
+.browser-tabs.hidden {
+  display: none;
+}
 
-.apps {
+.apps, .browser-tabs {
   display: flex;
   flex-direction: column;
   overflow: auto;
 }
 
-.app {
+.app, .browser-tab {
   display: flex;
   align-items: center;
   order: 1;
 }
 
-.app-name {
+.app-name, .browser-tab-details {
   flex-grow: 1;
   font-weight: bold;
 }
 
-.app {
+.app, .browser-tab {
   padding: 10px 20px;
   border-bottom: 1px solid #9C9CFF;
 }
 
-.app:hover {
-  background-color: #404000
+.app:hover, .browser-tab:hover {
+  background-color: #404000;
 }
 
 .app-icon {
@@ -345,6 +352,10 @@ header {
   margin-right: 10px;
 }
 
+.browser-tab-url-subheading {
+  font-size: 10px;
+}
+
 
 
 /*****************      NOT CONNECTED      *****************/