finish sync of LCARStrek with Firefox 24 windows theme changes
authorRobert Kaiser <robert@widebook.box.kairo.at>
Mon, 2 Sep 2013 15:55:22 +0000 (17:55 +0200)
committerRobert Kaiser <robert@widebook.box.kairo.at>
Mon, 2 Sep 2013 15:55:22 +0000 (17:55 +0200)
17 files changed:
LCARStrek/browser/browser.css
LCARStrek/browser/devtools/commandline-icon.png [new file with mode: 0644]
LCARStrek/browser/devtools/commandline.png [deleted file]
LCARStrek/browser/devtools/computedview.css
LCARStrek/browser/devtools/debugger.css
LCARStrek/browser/devtools/goto-mdn.png [deleted file]
LCARStrek/browser/devtools/splitview.css
LCARStrek/browser/devtools/toggle-tools.png [new file with mode: 0644]
LCARStrek/browser/devtools/toolbox.css
LCARStrek/browser/devtools/tools-icons-small.png [deleted file]
LCARStrek/browser/devtools/vview-delete.png [new file with mode: 0644]
LCARStrek/browser/devtools/vview-edit.png [new file with mode: 0644]
LCARStrek/browser/devtools/webconsole.css
LCARStrek/browser/devtools/widgets.css
LCARStrek/browser/notification-pluginAlert.png [new file with mode: 0644]
LCARStrek/browser/notification-pluginBlocked.png [new file with mode: 0644]
LCARStrek/browser/notification-pluginNormal.png [new file with mode: 0644]

index a48dc0271c32e68a9eccb945c4152c309d8f0585..3457cbc44d1dc080fe47a13a5e38163d5ddecbe1 100644 (file)
@@ -395,10 +395,6 @@ menubar {
   height: 16px;
 }
 
-#PlacesToolbarItems > .bookmark-item:not([image]):not([label=""]):not([container]) > .toolbarbutton-icon {
-  display: none;
-}
-
 /* Prevent [mode="icons"] from hiding the label */
 .bookmark-item > .toolbarbutton-text {
   display: -moz-box !important;
@@ -2342,11 +2338,15 @@ window:not([chromehidden~=toolbar]) #navigator-toolbox[iconsize=large][mode=icon
 }
 
 #plugins-notification-icon {
-  list-style-image: url("chrome://mozapps/skin/plugins/pluginGeneric-16.png");
+  list-style-image: url("chrome://browser/skin/notification-pluginNormal.png");
+}
+
+#alert-plugins-notification-icon {
+  list-style-image: url("chrome://browser/skin/notification-pluginAlert.png");
 }
 
 #blocked-plugins-notification-icon {
-  list-style-image: url("chrome://mozapps/skin/plugins/notifyPluginBlocked.png");
+  list-style-image: url("chrome://browser/skin/notification-pluginBlocked.png");
 }
 
 #plugin-install-notification-icon {
@@ -2589,28 +2589,6 @@ window:not([chromehidden~=toolbar]) #navigator-toolbox[iconsize=large][mode=icon
   outline-color: rgba(255,255,255,0.7);
 }
 
-/* Developer toolbar */
-
-#developer-toolbar {
-  border-top: 3px solid #000000;
-  border-bottom: none;
-}
-
-#developer-toolbar .toolbar-holder {
-  background-color: #8050B0;
-  color: #FFCF00;
-}
-
-#developer-toolbar .toolbar-holder {
-  background-color: #8050B0;
-  color: #FFCF00;
-}
-
-#developer-toolbar .toolbar-startcap,
-#developer-toolbar .toolbar-endcap{
-  background-color: #6000CF;
-}
-
 /* Highlighter - Node Infobar */
 
 .highlighter-nodeinfobar {
@@ -2739,6 +2717,62 @@ html|*.highlighter-nodeinfobar-pseudo-classes {
   font-size: 120%;
 }
 
+/* === BEGIN commandline.inc.css === */
+
+/* Developer toolbar */
+
+#developer-toolbar {
+  border-top: 3px solid #000000;
+  border-bottom: none;
+}
+
+#developer-toolbar .toolbar-holder {
+  background-color: #8050B0;
+  color: #FFCF00;
+}
+
+#developer-toolbar .toolbar-holder {
+  background-color: #8050B0;
+  color: #FFCF00;
+}
+
+#developer-toolbar .toolbar-startcap,
+#developer-toolbar .toolbar-endcap{
+  background-color: #6000CF;
+}
+
+#developer-toolbar {
+/*  padding: 0;
+  min-height: 32px; */
+}
+
+.developer-toolbar-button {
+/*  margin: 0;
+  padding: 0 10px;
+  width: 32px; */
+}
+
+.developer-toolbar-button > image {
+/*  margin: auto 10px; */
+}
+
+#developer-toolbar-toolbox-button {
+  list-style-image: url("chrome://browser/skin/devtools/toggle-tools.png");
+  -moz-image-region: rect(0px, 16px, 16px, 0px);
+}
+
+#developer-toolbar-toolbox-button > label {
+  display: none;
+}
+
+#developer-toolbar-toolbox-button:hover,
+#developer-toolbar-toolbox-button:hover:active,
+#developer-toolbar-toolbox-button[checked=true] {
+  -moz-image-region: rect(0px, 32px, 16px, 16px);
+}
+
+/* GCLI */
+
 html|*#gcli-tooltip-frame,
 html|*#gcli-output-frame {
   padding: 0;
@@ -2750,24 +2784,27 @@ html|*#gcli-output-frame {
 #gcli-tooltip {
   border-width: 0;
   background-color: transparent;
-  margin-bottom: -2px;
 }
 
 .gclitoolbar-input-node,
-.gclitoolbar-complete-node,
-.gclitoolbar-prompt {
+.gclitoolbar-complete-node {
   margin: 1px 3px;
   -moz-box-align: center;
   padding-top: 0;
   padding-bottom: 0;
-  padding-right: 4px;
+  padding-right: 8px;
   background-color: transparent;
-  border-radius: 3px;
-  text-shadow: none;
 }
 
 .gclitoolbar-input-node {
   padding-left: 20px;
+/*  line-height: 32px;
+  outline-style: none; */
+  background-image: -moz-image-rect(url("chrome://browser/skin/devtools/commandline-icon.png"), 0, 16, 16, 0);
+}
+
+.gclitoolbar-input-node[focused="true"] {
+  background-image: -moz-image-rect(url("chrome://browser/skin/devtools/commandline-icon.png"), 0, 32, 16, 16);
 }
 
 .gclitoolbar-input-node:not([focused="true"]) {
@@ -2784,18 +2821,10 @@ html|*#gcli-output-frame {
   padding-left: 21px;
   background-color: transparent;
   color: transparent;
+  z-index: 100;
+  pointer-events: none;
 }
 
-.gclitoolbar-prompt {
-  padding-left: 4px;
-  padding-bottom: 2px;
-  font-size: 150%;
-  font-weight: bold;
-  color: #E7ADE7;
-  background-color: #000000;
-}
-
-.gclitoolbar-prompt-label,
 .gcli-in-incomplete,
 .gcli-in-error,
 .gcli-in-ontab,
@@ -2827,6 +2856,8 @@ html|*#gcli-output-frame {
   color: #8050B0;
 }
 
+/* === END commandline.inc.css === */
+
 /* Responsive Mode */
 
 .browserContainer[responsivemode] {
@@ -2873,49 +2904,6 @@ html|*#gcli-output-frame {
   background-image: url("chrome://browser/skin/devtools/responsive-se-resizer.png");
 }
 
-/* Web Console */
-
-.web-console-frame {
-  /* border-bottom: 3px solid #000000; */
-}
-
-.web-console-frame[animated] {
-  transition: height 100ms;
-}
-
-/* Developer Toolbar */
-
-#developer-toolbar-toolbox-button {
-  min-width: 18px;
-}
-
-#developer-toolbar-toolbox-button > .toolbarbutton-text {
-  display: none;
-}
-
-#developer-toolbar-toolbox-button > .toolbarbutton-icon {
-  -moz-margin-end: 0;
-}
-
-.developer-toolbar-button {
-  min-width: 78px;
-  min-height: 21px;
-  margin: 0 1px;
-  list-style-image: url("chrome://browser/skin/devtools/tools-icons-small.png");
-}
-
-.developer-toolbar-button[open=true],
-.developer-toolbar-button:active:hover,
-.developer-toolbar-button[checked=true] {
-}
-
-.developer-toolbar-button[checked=true] {
-}
-
-#developer-toolbar-toolbox-button {
-  -moz-image-region: rect(64px, 16px, 80px, 0);
-}
-
 /* Error counter */
 
 #developer-toolbar-toolbox-button[error-count]:before {
@@ -3093,50 +3081,55 @@ html|*#gcli-output-frame {
   padding: 0;
   margin: 0;
   background: none;
+  width: 16px;
 }
 
 .chat-toolbarbutton > .toolbarbutton-text {
   display: none;
 }
 
+.chat-toolbarbutton > .toolbarbutton-icon {
+  width: inherit;
+}
+
 .chat-close-button {
   list-style-image: url('chrome://browser/skin/social/chat-icons.png');
-  -moz-image-region: rect(0, 14px, 14px, 0);
+  -moz-image-region: rect(0, 16px, 16px, 0);
 }
 
 .chat-close-button:hover,
 .chat-close-button:hover:active {
-  -moz-image-region: rect(14px, 14px, 28px, 0);
+  -moz-image-region: rect(0, 32px, 16px, 16px);
 }
 
 .chat-minimize-button {
   list-style-image: url('chrome://browser/skin/social/chat-icons.png');
-  -moz-image-region: rect(0, 28px, 14px, 14px);
+  -moz-image-region: rect(16px, 16px, 32px, 0);
 }
 
 .chat-minimize-button:hover:active,
 .chat-minimize-button:hover {
-  -moz-image-region: rect(14px, 28px, 28px, 14px);
+  -moz-image-region: rect(16px, 32px, 32px, 16px);
 }
 
 .chat-swap-button {
   list-style-image: url('chrome://browser/skin/social/chat-icons.png');
-  -moz-image-region: rect(0, 42px, 14px, 28px);
+  -moz-image-region: rect(48px, 16px, 64px, 0);
 }
 
 .chat-swap-button:hover:active,
 .chat-swap-button:hover {
-  -moz-image-region: rect(14px, 42px, 28px, 28px);
+  -moz-image-region: rect(48px, 32px, 64px, 16px);
 }
 
 chatbar > chatbox > .chat-titlebar > .chat-swap-button {
   list-style-image: url('chrome://browser/skin/social/chat-icons.png');
-  -moz-image-region: rect(0, 56px, 14px, 42px);
+  -moz-image-region: rect(32px, 16px, 48px, 0);
 }
 
 chatbar > chatbox > .chat-titlebar > .chat-swap-button:hover:active,
 chatbar > chatbox > .chat-titlebar > .chat-swap-button:hover {
-  -moz-image-region: rect(14px, 56px, 28px, 42px);
+  -moz-image-region: rect(32px, 32px, 48px, 16px);
 }
 
 .chat-title {
@@ -3267,111 +3260,66 @@ window > chatbox {
   padding: 0px;
 }
 
-.click-to-play-plugins-notification-content {
-  margin: -10px;
-  border-radius: 4px;
-}
-
-.click-to-play-plugins-notification-icon-box {
-  background: #000000;
-  -moz-border-end: 1px solid #FF9F00;
-  padding-top: 16px;
-  -moz-padding-end: 16px;
-  -moz-padding-start: 24px;
-  -moz-margin-start: 4px;
-  margin-top: 4px;
-  margin-bottom: 4px;
-}
+/* === BEGIN plugin-doorhanger.inc.css === */
 
-.click-to-play-plugins-notification-icon-box:-moz-locale-dir(ltr) {
-  border-bottom-left-radius: 4px;
-  border-top-left-radius: 4px;
-}
+/**
+ * Plugin Doorhanger Styles
+ */
 
-.click-to-play-plugins-notification-icon-box:-moz-locale-dir(rtl) {
-  border-bottom-right-radius: 4px;
-  border-top-right-radius: 4px;
-}
-
-.click-to-play-plugins-notification-separator {
+#notification-popup[popupid="click-to-play-plugins"] > .panel-arrowcontainer > .panel-arrowcontent {
+  padding: 0px;
 }
 
-.click-to-play-plugins-notification-description-box {
-  padding-top: 12px;
-  -moz-padding-end: 11px;
-  padding-bottom: 9px;
-  -moz-padding-start: 10px;
+.click-to-play-plugins-notification-content {
+  width: 28em;
 }
 
 .click-to-play-plugins-notification-center-box {
-  border-top: 1px solid #FF9F00;
-  border-bottom: 1px solid #FF9F00;
-  background-color: #000000;
-  -moz-margin-end: 4px;
-}
-
-.click-to-play-plugins-notification-button-container {
-  margin: 0px;
-  padding: 16px;
+/*  background-color: rgba(255,255,255,0.3); */
 }
 
-.center-item-box {
-  padding: 12px 16px 0px 16px;
+.plugin-popupnotification-centeritem {
+  border-top: 1px solid #9C9CFF;
 }
 
-.center-item-box[padbottom="true"] {
-  padding-bottom: 12px;
+.center-item-label {
+  margin-bottom: 0;
+  text-overflow: ellipsis;
 }
 
-.center-item-icon {
-  background-image: url("chrome://mozapps/skin/plugins/pluginGeneric-16.png");
+.center-item-warning-icon {
+  background-image: url("chrome://mozapps/skin/extensions/alerticon-info-negative.png");
   background-repeat: no-repeat;
-  height: 16px;
   width: 16px;
-  margin-bottom: 4px;
-}
-
-.center-item-box[warn="true"] {
-  background-color: #FFCF00;
-  color: #000000;
-  padding: 8px 16px 6px 16px;
-}
-
-.center-item-box[padbottom="true"][warn="true"] {
-  padding-bottom: 4px;
+  height: 15px;
+  -moz-margin-start: 6px;
 }
 
-.center-item-box[showseparator="true"] {
+.click-to-play-plugins-notification-button-container {
   border-top: 1px solid #9C9CFF;
 }
 
-.center-item-box[warn="false"] > .center-item-warning {
-  display: none;
+.click-to-play-popup-button {
+  width: 50%;
 }
 
-.center-item-warning > .text-link {
-  color: #6868AA;
-}
-
-.center-item-warning > .text-link[href=""] {
-  display: none;
+.click-to-play-plugins-notification-description-box {
+  margin-left: 10px;
+  margin-right: 10px;
+  margin-top: 2px;
+  padding-bottom: 2px;
 }
 
-.center-item-warning-icon {
-  background-image: url("chrome://mozapps/skin/extensions/alerticon-info-negative.png");
-  background-repeat: no-repeat;
-  width: 16px;
-  height: 15px;
-  margin-bottom: 4px;
+.click-to-play-plugins-outer-description {
+  margin-top: 8px;
 }
 
-.center-item-warning-description {
-  color: #828282;
+.click-to-play-plugins-notification-link,
+.center-item-link {
+  margin: 0;
 }
 
-.center-item-button {
-  min-width: 0;
-}
+/* === END plugin-doorhanger.inc.css === */
 
 #main-window[privatebrowsingmode=temporary] #toolbar-menubar {
   background-image: url("chrome://browser/skin/privatebrowsing-dark.png");
diff --git a/LCARStrek/browser/devtools/commandline-icon.png b/LCARStrek/browser/devtools/commandline-icon.png
new file mode 100644 (file)
index 0000000..17557f0
Binary files /dev/null and b/LCARStrek/browser/devtools/commandline-icon.png differ
diff --git a/LCARStrek/browser/devtools/commandline.png b/LCARStrek/browser/devtools/commandline.png
deleted file mode 100644 (file)
index 6fe06c1..0000000
Binary files a/LCARStrek/browser/devtools/commandline.png and /dev/null differ
index b9b999c0982c116ba0f27e882e488ce28eee4d1e..dd2470ad2174a9335f00fafd9dc25ee237a23b3d 100644 (file)
@@ -100,12 +100,6 @@ body {
 }
 
 /* From skin */
-.helplink {
-  /* FIXME: remove this image 
-  background-image: url("chrome://browser/skin/devtools/goto-mdn.png");
-  */
-}
-
 .expander {
   visibility: hidden;
   margin-left: -12px!important;
index b981648e4e9a29e2fa65fab480c799ed98326f6b..b1156aeb8069d525ebad92541d3d03f4f2065ab0 100644 (file)
@@ -90,13 +90,12 @@ window {
 
 .dbg-expression {
   height: 20px;
-  -moz-padding-start: 8px;
 }
 
 .dbg-expression-arrow {
-  width: 10px;
+  width: 16px;
   height: auto;
-  background: url("chrome://browser/skin/devtools/commandline.png") 0px 4px no-repeat;
+  background: -moz-image-rect(url("chrome://browser/skin/devtools/commandline-icon.png"), 0, 32, 16, 16);
 }
 
 .dbg-expression-input {
diff --git a/LCARStrek/browser/devtools/goto-mdn.png b/LCARStrek/browser/devtools/goto-mdn.png
deleted file mode 100644 (file)
index 6441586..0000000
Binary files a/LCARStrek/browser/devtools/goto-mdn.png and /dev/null differ
index d936579cfdda349d8c050b69532880f5c75f5cdb..69c40a74805824a7c6868750149105bc798f01e7 100644 (file)
 
 /* Resizers */
 
-.splitview-landscape-resizer {
-  -moz-appearance: none;
-  width: 7px;
-  background-image: linear-gradient(left, #000000 1px, #FFCF00 1px);
-  background-size: 2px 15px;
-  background-clip: padding-box;
-  background-repeat: repeat-x;
-/*  border-width: 1px;
-  border-style: solid;
-  border-color: #9C9CFF;*/
-  margin: 5px 0;
-  transform: translateX(-22px); /* account for startcap as well */
-}
-
-.splitview-landscape-resizer:-moz-locale-dir(rtl) {
-  transform: translateX(22px);
+.splitview-landscape-splitter {
+  /* -moz-border-start-color: transparent; */
 }
 
 .splitview-portrait-resizer {
diff --git a/LCARStrek/browser/devtools/toggle-tools.png b/LCARStrek/browser/devtools/toggle-tools.png
new file mode 100644 (file)
index 0000000..96a2d77
Binary files /dev/null and b/LCARStrek/browser/devtools/toggle-tools.png differ
index 2606642ba4f4e73252eb13a23c8f05ae3894e15b..0998dfde1d6bf0b82f0a093c04c6a750cf62cc09 100644 (file)
@@ -47,25 +47,14 @@ notification {
   -moz-image-region: rect(0px, 32px, 16px, 16px);
 }
 
-#toolbox-close {
-  list-style-image: url("chrome://global/skin/icons/close.png");
-  -moz-image-region: rect(0px, 16px, 16px, 0px);
-}
-
-#toolbox-close:hover {
-  -moz-image-region: rect(0px, 32px, 16px, 16px);
-}
-
 #toolbox-dock-window,
 #toolbox-dock-bottom,
-#toolbox-dock-side,
-#toolbox-close {
+#toolbox-dock-side {
 }
 
 #toolbox-dock-window:hover,
 #toolbox-dock-bottom:hover,
-#toolbox-dock-side:hover,
-#toolbox-close:hover {
+#toolbox-dock-side:hover {
 }
 
 #toolbox-controls-separator {
@@ -203,6 +192,16 @@ notification {
   visibility: collapse;
 }
 
+.devtools-tab:not([selected=true]).highlighted {
+  color: #FFCF00;
+}
+
+.devtools-tab:not(.highlighted) > .highlighted-icon,
+.devtools-tab[selected=true] > .highlighted-icon,
+.devtools-tab:not([selected=true]).highlighted > .default-icon {
+  visibility: collapse;
+}
+
 #options-panel {
   /* background-image: url("chrome://browser/skin/newtab/noise.png"); */
 }
@@ -227,3 +226,16 @@ notification {
 .options-groupbox > * {
   padding: 2px;
 }
+
+.options-citation-label {
+  font-size: 1rem !important;
+  /* !important is required otherwise font-size will still be 1.4rem */
+  font-style: italic;
+  padding: 4px 0 0; /* To align it with the checkbox */
+  color: #A09090;
+}
+
+.options-citation-label + label {
+  padding: 3px 0 0 !important; /* To align it with the checkbox */
+  font-style: italic;
+}
diff --git a/LCARStrek/browser/devtools/tools-icons-small.png b/LCARStrek/browser/devtools/tools-icons-small.png
deleted file mode 100644 (file)
index b533651..0000000
Binary files a/LCARStrek/browser/devtools/tools-icons-small.png and /dev/null differ
diff --git a/LCARStrek/browser/devtools/vview-delete.png b/LCARStrek/browser/devtools/vview-delete.png
new file mode 100644 (file)
index 0000000..ea77a1b
Binary files /dev/null and b/LCARStrek/browser/devtools/vview-delete.png differ
diff --git a/LCARStrek/browser/devtools/vview-edit.png b/LCARStrek/browser/devtools/vview-edit.png
new file mode 100644 (file)
index 0000000..4a2a3ab
Binary files /dev/null and b/LCARStrek/browser/devtools/vview-edit.png differ
index 8fe61503e624ebff0e8dd3941fd7fe151943a381..4c4c3c33d654c4e5b752cbb93e8c7a140383ff97 100644 (file)
@@ -6,13 +6,30 @@ window {
   padding: 0;
 }
 
+.webconsole-timestamp,
+.webconsole-msg-body,
+.jsterm-input-node,
+.jsterm-complete-node {
+  font-family: "Liberation Mono", Consolas, "Courier New", monospace;
+}
+
+/*
+ * This hardcoded width likely due to a toolkit Windows specific bug.
+ * See http://hg.mozilla.org/mozilla-central/annotate/f38d6df93cad/toolkit/themes/winstripe/global/textbox-aero.css#l7
+ */
+
+.hud-filter-box {
+  width: 200px;
+}
+
+/* === webconsole.inc.css === */
+
 /* General output styles */
 
 .webconsole-timestamp {
   color: #8050B0;
   margin-top: 0;
   margin-bottom: 0;
-  font-family: "Liberation Mono", Consolas, "Courier New", monospace;
 }
 
 .hud-msg-node {
@@ -26,12 +43,6 @@ window {
   height: 8px;
 }
 
-.hud-output-node div {
-  -moz-user-select: text;
-  white-space: pre-wrap;
-  -moz-user-focus: normal;
-}
-
 .hud-clickable {
   cursor: pointer;
   text-decoration: underline;
@@ -81,16 +92,20 @@ window {
   text-align: end;
 }
 
+.webconsole-mixed-content {
+  color: #FF0000;
+}
+
+.webconsole-mixed-content-link {
+  color: #3333FF;
+  margin: 0;
+}
+
 .hud-msg-node[selected="true"] > .webconsole-timestamp,
 .hud-msg-node[selected="true"] > .webconsole-location {
   color: inherit;
 }
 
-.jsterm-input-node,
-.jsterm-complete-node {
-  font-family: "Liberation Mono", Consolas, "Courier New", monospace;
-}
-
 .hud-output-node {
   -moz-appearance: none;
   border-bottom: 1px solid #9C9CFF;
@@ -111,6 +126,10 @@ window {
 
 /* WebConsole colored drops */
 
+.webconsole-filter-button {
+  -moz-user-focus: normal;
+}
+
 .webconsole-filter-button[checked] {
   /* color: white !important; */
 }
@@ -208,15 +227,6 @@ window {
   -moz-image-region: rect(24px, 32px, 32px, 24px);
 }
 
-webconsole-mixed-content {
-  color: #FF0000;
-}
-
-.webconsole-mixed-content-link {
-  color: #9C9CFF;
-  margin: 0;
-}
-
 /* Input and output styles */
 .webconsole-msg-input > .webconsole-msg-icon-container,
 .webconsole-msg-output > .webconsole-msg-icon-container {
@@ -230,19 +240,7 @@ webconsole-mixed-content {
 .webconsole-msg-output {
   -moz-image-region: rect(24px, 48px, 32px, 40px);
 }
-/*
-.webconsole-close-button {
-  border: none;
-  padding-top: 4px;
-  padding-bottom: 5px;
-  list-style-image: url("chrome://global/skin/icons/close-button.gif");
-}
 
-.webconsole-close-button:hover,
-.webconsole-close-button:hover:active {
-  list-style-image: url("chrome://global/skin/icons/close-button-hover.gif");
-}
-*/
 /* JSTerm Styles */
 
 .jsterm-input-node,
@@ -252,7 +250,7 @@ webconsole-mixed-content {
 }
 
 .jsterm-input-node {
-  background: url("chrome://browser/skin/devtools/commandline.png") 4px 3px no-repeat;
+  background: -moz-image-rect(url("chrome://browser/skin/devtools/commandline-icon.png"), 0, 32, 16, 16) no-repeat;
 }
 
 :-moz-any(.jsterm-input-node,
@@ -264,17 +262,6 @@ webconsole-mixed-content {
   color: #8050B0;
 }
 
-/* Filter */
-
-/*
- * This hardcoded width likely due to a toolkit Windows specific bug.
- * See http://hg.mozilla.org/mozilla-central/annotate/f38d6df93cad/toolkit/themes/winstripe/global/textbox-aero.css#l7
- */
-
-.hud-filter-box {
-  width: 200px;
-}
-
 .webconsole-msg-inspector iframe {
   height: 7em;
   margin-bottom: 15px;
index eb0223a28af6312705b83a76129a1ac1844943b8..741b1e1a6600c245af61c09526001b40c326799f 100644 (file)
 .variable-or-property-sealed-label,
 .variable-or-property-non-extensible-label {
   -moz-padding-end: 4px;
+}
+
+.variable-or-property:not(:focus) > .title > .variable-or-property-frozen-label,
+.variable-or-property:not(:focus) > .title > .variable-or-property-sealed-label,
+.variable-or-property:not(:focus) > .title > .variable-or-property-non-extensible-label {
   color: #A09090;
 }
 
 /* Variables and properties editing */
 
 .variables-view-delete {
-  list-style-image: url("chrome://global/skin/icons/close.png");
+  list-style-image: url("chrome://browser/skin/devtools/vview-delete.png");
   -moz-image-region: rect(0, 16px, 16px, 0);
-  opacity: 0;
 }
 
 .variables-view-delete:hover {
-  opacity: 1;
+  -moz-image-region: rect(0, 32px, 16px, 16px);
 }
 
-*:hover > .title > .variables-view-delete:not(:hover),
-*:focus > .title > .variables-view-delete:not(:hover) {
-  opacity: 0.5;
-  transition: opacity 0.2s ease-in-out;
+.variables-view-delete:active {
+  -moz-image-region: rect(0, 48px, 16px, 32px);
+}
+
+*:not(:hover) .variables-view-delete {
+  display: none;
 }
 
 .variables-view-delete > .toolbarbutton-text {
 }
 
 .variables-view-edit {
-  background: url("chrome://browser/skin/tabview/edit-light.png") center no-repeat;
+  background: url("chrome://browser/skin/devtools/vview-edit.png") center no-repeat;
   width: 20px;
   height: 16px;
   cursor: pointer;
diff --git a/LCARStrek/browser/notification-pluginAlert.png b/LCARStrek/browser/notification-pluginAlert.png
new file mode 100644 (file)
index 0000000..4dbfade
Binary files /dev/null and b/LCARStrek/browser/notification-pluginAlert.png differ
diff --git a/LCARStrek/browser/notification-pluginBlocked.png b/LCARStrek/browser/notification-pluginBlocked.png
new file mode 100644 (file)
index 0000000..de9501d
Binary files /dev/null and b/LCARStrek/browser/notification-pluginBlocked.png differ
diff --git a/LCARStrek/browser/notification-pluginNormal.png b/LCARStrek/browser/notification-pluginNormal.png
new file mode 100644 (file)
index 0000000..f2b82d0
Binary files /dev/null and b/LCARStrek/browser/notification-pluginNormal.png differ