update LCARStrek for browser winstripe changes in Firefox 21 cycle
authorRobert Kaiser <robert@widebook.box.kairo.at>
Sun, 28 Apr 2013 21:22:59 +0000 (23:22 +0200)
committerRobert Kaiser <robert@widebook.box.kairo.at>
Sun, 28 Apr 2013 21:22:59 +0000 (23:22 +0200)
13 files changed:
LCARStrek/browser/browser.css
LCARStrek/browser/devtools/common.css
LCARStrek/browser/devtools/csshtmltree.css
LCARStrek/browser/devtools/debugger.css
LCARStrek/browser/devtools/inspector.css
LCARStrek/browser/devtools/magnifying-glass.png [new file with mode: 0644]
LCARStrek/browser/identity-icons-https-mixed-active.png [new file with mode: 0644]
LCARStrek/browser/mixed-content-blocked-16.png [new file with mode: 0644]
LCARStrek/browser/mixed-content-blocked-64.png [new file with mode: 0644]
LCARStrek/browser/newtab/newTab.css
LCARStrek/browser/preferences/preferences.css
LCARStrek/browser/slowStartup-16.png [new file with mode: 0644]
LCARStrek/browser/tabview/tabview.css

index db21aa455da22e75fc51fd325325ed49414ff1b5..2c03e6daa71ed751b1a51653dce51e0a5cf4811f 100644 (file)
@@ -1395,6 +1395,10 @@ window:not([chromehidden~=toolbar]) #navigator-toolbox[iconsize=large][mode=icon
   list-style-image: url("chrome://browser/skin/identity-icons-https-ev.png");
 }
 
   list-style-image: url("chrome://browser/skin/identity-icons-https-ev.png");
 }
 
+.mixedActiveContent > #page-proxy-favicon[pageproxystate="valid"] {
+  list-style-image: url("chrome://browser/skin/identity-icons-https-mixed-active.png");
+}
+
 #identity-box:hover > #page-proxy-favicon {
   -moz-image-region: rect(0, 32px, 16px, 16px);
 }
 #identity-box:hover > #page-proxy-favicon {
   -moz-image-region: rect(0, 32px, 16px, 16px);
 }
@@ -2172,6 +2176,10 @@ toolbarbutton.bookmark-item[dragover="true"][open="true"] {
   list-style-image: url("chrome://browser/skin/webapps-64.png");
 }
 
   list-style-image: url("chrome://browser/skin/webapps-64.png");
 }
 
+.popup-notification-icon[popupid="mixed-content-blocked"] {
+  list-style-image: url("chrome://browser/skin/mixed-content-blocked-64.png");
+}
+
 .popup-notification-icon[popupid="webRTC-sharingDevices"],
 .popup-notification-icon[popupid="webRTC-shareDevices"] {
   list-style-image: url("chrome://browser/skin/webRTC-shareDevice-64.png");
 .popup-notification-icon[popupid="webRTC-sharingDevices"],
 .popup-notification-icon[popupid="webRTC-shareDevices"] {
   list-style-image: url("chrome://browser/skin/webRTC-shareDevice-64.png");
@@ -2268,6 +2276,10 @@ window:not([chromehidden~=toolbar]) #navigator-toolbox[iconsize=large][mode=icon
   }
 }
 
   }
 }
 
+#mixed-content-blocked-notification-icon {
+  list-style-image: url("chrome://browser/skin/mixed-content-blocked-16.png");
+}
+
 #webRTC-shareDevices-notification-icon {
   list-style-image: url("chrome://browser/skin/webRTC-shareDevice-16.png");
 }
 #webRTC-shareDevices-notification-icon {
   list-style-image: url("chrome://browser/skin/webRTC-shareDevice-16.png");
 }
index a79b0ceb3b21476df3af5b9f13e718e50371e78c..0f99851c12faba28ac118008446faaee0c584aa6 100644 (file)
@@ -97,39 +97,38 @@ devtools-menulist:-moz-focusring,
 
 /* Text input */
 
 
 /* Text input */
 
-/*
 .devtools-textinput,
 .devtools-searchinput {
   -moz-appearance: none;
 .devtools-textinput,
 .devtools-searchinput {
   -moz-appearance: none;
-  margin: 0 3px;
+/*  margin: 0 3px;
   min-height: 22px;
   border: 1px solid hsla(211,68%,6%,.6);
   box-shadow: inset 0 1px 0 hsla(211,68%,6%,.05), 0 0 0 1px hsla(210,40%,83%,.1);
   border-radius: 2px;
   background-color: transparent;
   background-image: linear-gradient(hsla(210,16%,76%,.15), hsla(210,16%,76%,.35));
   min-height: 22px;
   border: 1px solid hsla(211,68%,6%,.6);
   box-shadow: inset 0 1px 0 hsla(211,68%,6%,.05), 0 0 0 1px hsla(210,40%,83%,.1);
   border-radius: 2px;
   background-color: transparent;
   background-image: linear-gradient(hsla(210,16%,76%,.15), hsla(210,16%,76%,.35));
-  padding: 3px;
+  padding: 3px;*/
   transition-property: background-color, border-color, box-shadow;
   transition-duration: 150ms;
   transition-timing-function: ease;
   transition-property: background-color, border-color, box-shadow;
   transition-duration: 150ms;
   transition-timing-function: ease;
-  color: inherit;
+/*  color: inherit; */
 }
 
 .devtools-searchinput {
 }
 
 .devtools-searchinput {
-  background-image: url(magnifying-glass.png), linear-gradient(hsla(210,16%,76%,.15), hsla(210,16%,76%,.35));
+  background-image: url("magnifying-glass.png")/*, linear-gradient(hsla(210,16%,76%,.15), hsla(210,16%,76%,.35))*/;
   background-repeat: no-repeat;
   background-position: 4px center, top left, top left;
   background-repeat: no-repeat;
   background-position: 4px center, top left, top left;
-  padding-top: 0;
-  padding-bottom: 0;
+/*  padding-top: 0;
+  padding-bottom: 0;*/
   -moz-padding-start: 18px;
   -moz-padding-end: 12px;
 }
 
 .devtools-searchinput[focused] {
   -moz-padding-start: 18px;
   -moz-padding-end: 12px;
 }
 
 .devtools-searchinput[focused] {
-  border-color: hsl(200,70%,40%) hsl(200,75%,37%) hsl(200,80%,35%);
+/*  border-color: hsl(200,70%,40%) hsl(200,75%,37%) hsl(200,80%,35%);
   background-origin: padding-box;
   background-clip: padding-box;
   background-origin: padding-box;
   background-clip: padding-box;
-  box-shadow: inset 0 0 0 1px hsla(211,68%,6%,.1);
+  box-shadow: inset 0 0 0 1px hsla(211,68%,6%,.1);*/
 }
 
 .devtools-searchinput:-moz-locale-dir(rtl) {
 }
 
 .devtools-searchinput:-moz-locale-dir(rtl) {
@@ -141,9 +140,15 @@ devtools-menulist:-moz-focusring,
 }
 
 .devtools-searchinput > .textbox-input-box > .textbox-input::-moz-placeholder {
 }
 
 .devtools-searchinput > .textbox-input-box > .textbox-input::-moz-placeholder {
-  color: hsl(208,10%,66%);
+/*  color: hsl(208,10%,66%);*/
+}
+
+.devtools-no-search-result {
+  transition-property: box-shadow, border-color, background-image;
+/*  box-shadow: inset 0 0 0 1px hsla(0,68%,6%,.35);
+  border-color: hsl(10,70%,40%) hsl(10,75%,37%) hsl(10,80%,35%) !important;*/
+  background-image: url("magnifying-glass.png"), linear-gradient(rgba(255,0,0,.15), rgba(255,0,0,.35));
 }
 }
-*/
 
 /* Close button */
 
 
 /* Close button */
 
index a8e06624fb1233b946695aecec07911172420595..3ed826933ddebf5ed0c74b6f9f758df8020c8f7d 100644 (file)
@@ -152,7 +152,7 @@ link:hover {
   cursor: pointer;
   text-align: right;
   float: right;
   cursor: pointer;
   text-align: right;
   float: right;
-  -moz-user-select: -moz-none;
+  -moz-user-select: none;
 }
 
 .ruleview-rule-inheritance {
 }
 
 .ruleview-rule-inheritance {
@@ -162,7 +162,7 @@ link:hover {
   border-bottom: 1px solid #9C9CFF;
   padding: 1px 4px;
   margin-top: 4px;
   border-bottom: 1px solid #9C9CFF;
   padding: 1px 4px;
   margin-top: 4px;
-  -moz-user-select: -moz-none;
+  -moz-user-select: none;
 }
 
 .ruleview-rule-source:hover {
 }
 
 .ruleview-rule-source:hover {
@@ -270,6 +270,10 @@ link:hover {
   border-left: 2px solid transparent;
 }
 
   border-left: 2px solid transparent;
 }
 
+.ruleview-property  > * {
+  vertical-align: middle;
+}
+
 .ruleview-property[dirty] {
   border-left-color: #008484;
 }
 .ruleview-property[dirty] {
   border-left-color: #008484;
 }
index d761845648a296e6099a6c5e7daf8abc12d1d6fe..2af2c7f570de76660eb02675ec2fe68690961969 100644 (file)
@@ -186,7 +186,6 @@ window {
  */
 
 #stackframes\+breakpoints {
  */
 
 #stackframes\+breakpoints {
-  background-color: #000000;
   min-width: 50px;
 }
 
   min-width: 50px;
 }
 
@@ -199,7 +198,6 @@ window {
  */
 
 #variables\+expressions {
  */
 
 #variables\+expressions {
-  background-color: #000000;
   min-width: 50px;
 }
 
   min-width: 50px;
 }
 
@@ -212,7 +210,6 @@ window {
  */
 
 #stackframes {
  */
 
 #stackframes {
-  /* background-color: white; */
   min-height: 10px;
 }
 
   min-height: 10px;
 }
 
@@ -234,7 +231,6 @@ window {
  */
 
 #breakpoints {
  */
 
 #breakpoints {
-  background-color: #000000;
   min-height: 10px;
 }
 
   min-height: 10px;
 }
 
@@ -268,8 +264,8 @@ window {
  */
 
 #expressions {
  */
 
 #expressions {
-  background-color: #000000;
   min-height: 10px;
   min-height: 10px;
+  max-height: 125px;
 }
 
 .dbg-expression {
 }
 
 .dbg-expression {
@@ -288,27 +284,69 @@ window {
 }
 
 .dbg-expression-delete {
 }
 
 .dbg-expression-delete {
+  opacity: 0;
+}
+
+.dbg-expression-delete:not(:hover) {
   -moz-image-region: rect(0, 32px, 16px, 16px);
 }
 
   -moz-image-region: rect(0, 32px, 16px, 16px);
 }
 
+.dbg-expression-delete:hover {
+  opacity: 1;
+}
+
+.dbg-expression:hover > .dbg-expression-delete:not(:hover) {
+  opacity: 0.5;
+  transition: opacity 0.2s ease-in-out;
+}
+
 /**
  * Variables view
  */
 
 #variables {
 /**
  * Variables view
  */
 
 #variables {
-/*  background-color: white; */
   min-height: 10px;
 }
 
   min-height: 10px;
 }
 
-.dbg-variables-delete:not(:hover) {
+.dbg-variable-delete {
+  opacity: 0;
+}
+
+.dbg-variable-delete:not(:hover) {
   -moz-image-region: rect(0, 32px, 16px, 16px);
   -moz-image-region: rect(0, 32px, 16px, 16px);
+}
+
+.dbg-variable-delete:hover {
+  opacity: 1;
+}
+
+.variable-or-property:hover > .title > .dbg-variable-delete:not(:hover),
+.variable-or-property:focus > .title > .dbg-variable-delete:not(:hover) {
   opacity: 0.5;
   opacity: 0.5;
+  transition: opacity 0.2s ease-in-out;
+}
+
+.dbg-variable-edit {
+  background: url("chrome://browser/skin/tabview/edit-light.png") center no-repeat;
+  width: 20px;
+  height: 16px;
+  cursor: pointer;
+}
+.dbg-variable-throbber {
+  background: url("chrome://global/skin/icons/loading.gif") center no-repeat;
+  width: 16px;
+  height: 16px;
 }
 
 /**
  * Scope element
  */
 
 }
 
 /**
  * Scope element
  */
 
+.scope:focus > .title {
+  background: #008484;
+  color: #000000;
+}
+
 .scope > .title {
   background: #E7ADE7;
   border-radius: 5px;
 .scope > .title {
   background: #E7ADE7;
   border-radius: 5px;
@@ -332,7 +370,6 @@ window {
   -moz-margin-start: 1px;
   -moz-margin-end: 1px;
   border-bottom: 1px solid #008484;
   -moz-margin-start: 1px;
   -moz-margin-end: 1px;
   border-bottom: 1px solid #008484;
-  background: #000000;
   transition: background 1s ease-in-out;
 }
 
   transition: background 1s ease-in-out;
 }
 
@@ -341,16 +378,29 @@ window {
   transition-duration: 0.4s;
 }
 
   transition-duration: 0.4s;
 }
 
+.scope:focus > .title {
+  background: #008484;
+  color: #000000;
+  border-radius: 4px;
+}
+
 .variable > .title > .name {
 .variable > .title > .name {
-  color: #FF9F00;
   font-weight: 600;
 }
 
   font-weight: 600;
 }
 
+.variable:not(:focus) > .title > .name {
+  color: #FF9F00;
+}
+
 .variable > .title > .value {
   -moz-padding-start: 6px;
   -moz-padding-end: 4px;
 }
 
 .variable > .title > .value {
   -moz-padding-start: 6px;
   -moz-padding-end: 4px;
 }
 
+.variable[editable] > .title > .value {
+  cursor: text;
+}
+
 .variable:not([non-header]) > .details {
   -moz-margin-start: 10px;
 }
 .variable:not([non-header]) > .details {
   -moz-margin-start: 10px;
 }
@@ -361,7 +411,6 @@ window {
 
 .property {
   transition: background 1s ease-in-out;
 
 .property {
   transition: background 1s ease-in-out;
-  background: #000000;
   border-radius: 8px;
 }
 
   border-radius: 8px;
 }
 
@@ -370,13 +419,24 @@ window {
   background: rgba(255, 207, 0, 0.8);
 }
 
   background: rgba(255, 207, 0, 0.8);
 }
 
-.property > .title > .name {
+.property:focus > .title {
+  background: #008484;
+  color: #000000;
+  border-radius: 4px;
+}
+
+.property:not(:focus) > .title > .name {
   color: #E7ADE7;
 }
 
 .property > .title > .value {
   -moz-padding-start: 6px;
   -moz-padding-end: 4px;
   color: #E7ADE7;
 }
 
 .property > .title > .value {
   -moz-padding-start: 6px;
   -moz-padding-end: 4px;
+  cursor: text;
+}
+
+.property[editable] > .title > .value {
+  cursor: text;
 }
 
 .property:not([non-header]) > .details {
 }
 
 .property:not([non-header]) > .details {
@@ -384,7 +444,7 @@ window {
 }
 
 /**
 }
 
 /**
- * Non enumerable, configurable and writable variables and properties.
+ * Non enumerable, configurable and writable variables and properties
  */
 
 .variable[proto] > .title > .name,
  */
 
 .variable[proto] > .title > .name,
@@ -424,8 +484,8 @@ window {
 }
 */
 
 }
 */
 
-.variable[exception] > .title > .name,
-.property[exception] > .title > .name {
+.variable[exception]:not(:focus) > .title > .name,
+.property[exception]:not(:focus) > .title > .name {
   color: #FF0000;
 }
 
   color: #FF0000;
 }
 
@@ -447,16 +507,22 @@ window {
  * Variables and properties editing
  */
 
  * Variables and properties editing
  */
 
-#variables .element-value-input {
-  -moz-margin-start: 5px !important;
+.element-value-input {
+  -moz-margin-start: 4px !important;
 }
 
 }
 
-#variables .element-name-input {
-  -moz-margin-start: -1px !important;
+.element-name-input {
+  -moz-margin-start: -2px !important;
   color: #E7ADE7;
   font-weight: 600;
 }
 
   color: #E7ADE7;
   font-weight: 600;
 }
 
+.element-value-input,
+.element-name-input {
+  max-width: 30em;
+  border: 1px solid #9C9CFF !important;
+}
+
 /**
  * Variables and properties searching
  */
 /**
  * Variables and properties searching
  */
@@ -475,27 +541,28 @@ window {
  * Token value colors
  */
 
  * Token value colors
  */
 
-.token-undefined {
+.variable-or-property:not(:focus) > .title > .token-undefined {
   color: #8050B0;
 }
 
   color: #8050B0;
 }
 
-.token-null {
+.variable-or-property:not(:focus) > .title > .token-null {
   color: #008484;
 }
 
   color: #008484;
 }
 
-.token-boolean {
+.variable-or-property:not(:focus) > .title > .token-boolean {
   color: #FFCF00;
 }
 
   color: #FFCF00;
 }
 
-.token-number {
+.variable-or-property:not(:focus) > .title > .token-number {
   color: #E7ADE7;
 }
 
   color: #E7ADE7;
 }
 
-.token-string {
+.variable-or-property:not(:focus) > .title > .token-string {
+  max-width: 30em;
   color: #9C9CFF;
 }
 
   color: #9C9CFF;
 }
 
-.token-other {
+.variable-or-property:not(:focus) > .title > .token-other {
   color: #FF9F00;
 }
 
   color: #FF9F00;
 }
 
index 15a1741babd3ae2033ce1b446fc72f0b7e30d228..fd096a7a8f923d7d9df01ee43413a453007777fd 100644 (file)
@@ -271,3 +271,25 @@ window {
 .inspector-breadcrumbs-button:last-of-type[checked]:hover:active:-moz-locale-dir(rtl) {
   -moz-border-image: url("chrome://browser/skin/devtools/breadcrumbs/rtl-end-selected-pressed.png") 2 13 2 13 fill stretch;
 }
 .inspector-breadcrumbs-button:last-of-type[checked]:hover:active:-moz-locale-dir(rtl) {
   -moz-border-image: url("chrome://browser/skin/devtools/breadcrumbs/rtl-end-selected-pressed.png") 2 13 2 13 fill stretch;
 }
+
+#inspector-searchbox {
+  transition-property: max-width, -moz-padding-end, -moz-padding-start;
+  transition-duration: 250ms;
+  transition-timing-function: ease;
+}
+
+#inspector-searchbox:not([focused]):not([filled]) > .textbox-input-box {
+  overflow: hidden;
+}
+
+#inspector-searchbox:not([focused]):not([filled]) {
+  max-width: 20px !important;
+  -moz-padding-end: 6px;
+  -moz-padding-start: 22px;
+  background-position: 8px center, top left, top left;
+}
+
+#inspector-searchbox[focused],
+#inspector-searchbox[filled] {
+  max-width: 200px !important;
+}
diff --git a/LCARStrek/browser/devtools/magnifying-glass.png b/LCARStrek/browser/devtools/magnifying-glass.png
new file mode 100644 (file)
index 0000000..ecd8099
Binary files /dev/null and b/LCARStrek/browser/devtools/magnifying-glass.png differ
diff --git a/LCARStrek/browser/identity-icons-https-mixed-active.png b/LCARStrek/browser/identity-icons-https-mixed-active.png
new file mode 100644 (file)
index 0000000..85aab8c
Binary files /dev/null and b/LCARStrek/browser/identity-icons-https-mixed-active.png differ
diff --git a/LCARStrek/browser/mixed-content-blocked-16.png b/LCARStrek/browser/mixed-content-blocked-16.png
new file mode 100644 (file)
index 0000000..88da6a7
Binary files /dev/null and b/LCARStrek/browser/mixed-content-blocked-16.png differ
diff --git a/LCARStrek/browser/mixed-content-blocked-64.png b/LCARStrek/browser/mixed-content-blocked-64.png
new file mode 100644 (file)
index 0000000..c63814f
Binary files /dev/null and b/LCARStrek/browser/mixed-content-blocked-64.png differ
index 89292732e2c51c588125cb26399d457a82fbac27..73c559b35269e3a549a1b9a0e3daa6cf9f3d43a8 100644 (file)
@@ -1,5 +1,6 @@
 :root {
   -moz-appearance: none;
 :root {
   -moz-appearance: none;
+  font-size: 75%;
   background-color: transparent;
   padding: 0;
 }
   background-color: transparent;
   padding: 0;
 }
@@ -9,6 +10,63 @@
   background-color: #000000;
 }
 
   background-color: #000000;
 }
 
+/* UNDO */
+#newtab-undo-container {
+  padding: 4px 3px;
+  border: 1px solid;
+  border-color: #9C9CFF;
+  background-color: #000000;
+  color: #8050B0;
+}
+
+#newtab-undo-label {
+  margin-top: 0;
+  margin-bottom: 0;
+}
+
+.newtab-undo-button {
+  color: #3333FF;
+  cursor: pointer;
+  padding: 0;
+  margin: 0 4px;
+  border: 0;
+  background: transparent;
+  text-decoration: none;
+  min-width: 0;
+}
+
+.newtab-undo-button:hover {
+  text-decoration: underline;
+}
+
+.newtab-undo-button:-moz-focusring {
+  outline: 1px dotted;
+}
+
+.newtab-undo-button > .button-box {
+  padding: 0;
+}
+
+#newtab-undo-close-button {
+  padding: 0;
+  border: none;
+  list-style-image: url("chrome://global/skin/icons/close.png");
+  -moz-image-region: rect(0, 16px, 16px, 0);
+  -moz-user-focus: normal;
+}
+
+#newtab-undo-close-button:hover {
+  -moz-image-region: rect(0, 32px, 16px, 16px);
+}
+
+#newtab-undo-close-button > .toolbarbutton-text {
+  display: none;
+}
+
+#newtab-undo-close-button:-moz-focusring {
+  outline: 1px dotted;
+}
+
 /* TOGGLE */
 #newtab-toggle {
   width: 16px;
 /* TOGGLE */
 #newtab-toggle {
   width: 16px;
   padding: 0 8px;
   background-color: rgba(255,159,0,.8);
   color: #000000;
   padding: 0 8px;
   background-color: rgba(255,159,0,.8);
   color: #000000;
-  font-size: 12px;
   line-height: 24px;
 }
 
   line-height: 24px;
 }
 
index c4a7201adb4915f35cdb028bfb646f2ed87e9953..c5b635bb7ede7bbf9d218ad1d0456011cdf1f1cf 100644 (file)
@@ -85,10 +85,14 @@ radio[pane=paneSync] {
 /* styles for the link elements copied from .text-link in global.css */
 .inline-link {
   color: #3333FF;
 /* styles for the link elements copied from .text-link in global.css */
 .inline-link {
   color: #3333FF;
-  text-decoration: underline;
+  text-decoration: none;
   cursor: pointer;
 }
 
   cursor: pointer;
 }
 
+.inline-link:hover {
+  text-decoration: underline;
+}
+
 .inline-link:-moz-focusring {
   /* Don't specify the outline-color, we should always use initial value. */
   outline: 1px dotted;
 .inline-link:-moz-focusring {
   /* Don't specify the outline-color, we should always use initial value. */
   outline: 1px dotted;
diff --git a/LCARStrek/browser/slowStartup-16.png b/LCARStrek/browser/slowStartup-16.png
new file mode 100644 (file)
index 0000000..ced044e
Binary files /dev/null and b/LCARStrek/browser/slowStartup-16.png differ
index 7fc67b89c4985a5c7829f5c824bb7b9834d01b6a..298d4b1a6e8884b94ac17f88a3f20b72a92c5e1d 100644 (file)
@@ -385,11 +385,15 @@ input.name::-moz-placeholder {
   color: transparent;
   background-image: url("chrome://browser/skin/tabview/edit-light.png");
   background-repeat: no-repeat;
   color: transparent;
   background-image: url("chrome://browser/skin/tabview/edit-light.png");
   background-repeat: no-repeat;
-  -moz-padding-start: 20px;
 }
 
 .title-container:hover input.name::-moz-placeholder {
   color: #E7ADE7;
 }
 
 .title-container:hover input.name::-moz-placeholder {
   color: #E7ADE7;
+  background-image: none;
+}
+
+input.name:focus::-moz-placeholder {
+  background-image: none;
 }
 
 .title-shield {
 }
 
 .title-shield {