fourth part of syncing LCARStrek with Firefox 38 windows theme changes
authorRobert Kaiser <kairo@kairo.at>
Fri, 15 May 2015 23:28:46 +0000 (01:28 +0200)
committerRobert Kaiser <kairo@kairo.at>
Fri, 15 May 2015 23:28:46 +0000 (01:28 +0200)
LCARStrek/browser/browser.css
LCARStrek/browser/customizableui/panelUIOverlay.css
LCARStrek/browser/newtab/newTab.css
LCARStrek/browser/update-badge.svg [new file with mode: 0644]

index 549258440ca4c793ccfca442cd16f4304a04ff94..7dbd3dfcb06ac568df2f889a3e385f55955316bf 100644 (file)
@@ -5504,6 +5504,7 @@ toolbarpaletteitem[place="toolbar"] {
 
 notification.heartbeat {
   background-color: #A09090;
+/*  height: 40px;*/
 }
 
 @keyframes pulse-onshow {
@@ -5540,17 +5541,15 @@ notification.heartbeat {
 
 .messageText.heartbeat {
   color: #000000;
-/*  font-weight: normal;
-  font-family: "Lucida Grande", Segoe, Ubuntu;
-  font-size: 14px;
-  line-height: 16px;
-  text-shadow: none; */
+/*  text-shadow: none; */
+  -moz-margin-start: 0px;
 }
 
 .messageImage.heartbeat {
-  width: 36px;
-  height: 36px;
-  -moz-margin-end: 10px;
+  width: 24px;
+  height: 24px;
+  -moz-margin-start: 8px;
+  -moz-margin-end: 8px;
 }
 
 .messageImage.heartbeat.pulse-onshow {
@@ -5567,9 +5566,25 @@ notification.heartbeat {
   animation-timing-function: linear;
 }
 
+/* Learn More link styles */
+.heartbeat > .text-link {
+  color: #3333FF;
+  -moz-margin-start: 0px;
+}
+
+.heartbeat > .text-link:hover {
+  color: #9C9CFF;
+  text-decoration: none;
+}
+
+.heartbeat > .text-link:hover:active {
+  color: #FF9F00;
+}
+
 /* Heartbeat UI Rating Star Classes */
 .heartbeat > #star-rating-container {
   display: -moz-box;
+/*  margin-bottom: 4px;*/
 }
 
 .heartbeat > #star-rating-container > #star5 {
@@ -5591,16 +5606,15 @@ notification.heartbeat {
 .heartbeat > #star-rating-container > .star-x  {
   background: url("chrome://browser/skin/heartbeat-star-off.svg");
   cursor: pointer;
-  width: 24px;
-  height: 24px;
+  /* Overrides the -moz-margin-end for all platforms defined in the .plain class */
+  -moz-margin-end: 4px !important;
+  width: 16px;
+  height: 16px;
 }
 
 .heartbeat > #star-rating-container > .star-x:hover,
 .heartbeat > #star-rating-container > .star-x:hover ~ .star-x {
   background: url("chrome://browser/skin/heartbeat-star-lit.svg");
-  cursor: pointer;
-  width: 24px;
-  height: 24px;
 }
 
 /* === END UITour.inc.css === */
index 6fc558e195731e4d689ce2dfe8d4f0f89eb9b4fc..478d3c1f5826b2fb2c0e1d7d3eecf0809dd9a0a6 100644 (file)
 #PanelUI-button:-moz-locale-dir(rtl) {
 }
 
+#PanelUI-menu-button[update-status="succeeded"] .toolbarbutton-badge::after {
+  content: url(chrome://browser/skin/update-badge.svg);
+  background-color: #008484;
+  height: 10px;
+}
+
 .panel-subviews {
   padding: 4px;
   -moz-margin-start: 38px;
index 8e53931507e15a7a8f8c158a5aa0dff19bd29d01..e39aa42733796dca56a58753ebb3631a7742eec7 100644 (file)
   transition: opacity 100ms ease-out;
 }
 
-.newtab-site:hover .newtab-thumbnail.enhanced-content {
+.newtab-cell:not([ignorehover]) .newtab-site:hover .newtab-thumbnail.enhanced-content {
   opacity: 0;
 }
 
 /* TITLES */
 /*#newtab-intro-what,*/
 .newtab-sponsored,
-.newtab-title {
+.newtab-title,
+.newtab-suggested {
   padding: 0 8px;
   background-color: rgba(255,159,0,.8);
   color: #000000;
   bottom: 0 !important;
 }
 
+.newtab-suggested {
+  background-color: #9C9CFF;
+}
+
+.newtab-suggested:hover {
+  background-color: #FFCF00;
+  border: 1px solid #9C9CFF;
+}
+
+.newtab-suggested[active] {
+  background-color: #FF9F00;
+  border: 0;
+}
 .newtab-site:hover .newtab-title {
   background-color: #FFCF00;
 }
diff --git a/LCARStrek/browser/update-badge.svg b/LCARStrek/browser/update-badge.svg
new file mode 100644 (file)
index 0000000..edc55ce
--- /dev/null
@@ -0,0 +1,3 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="10px" height="10px">\r
+  <polygon points="4,9 4,5 2,5 5,1 8,5 6,5 6,9" fill="#000000"/>\r
+</svg>
\ No newline at end of file