second part of syncing LCARStrek with Firefox 39 windows theme changes
[themes.git] / LCARStrek / browser / newtab / newTab.css
index ab7ef7157f2332db7c3664ac41012847711b533f..837fe327482c266be5aac7128237e80bae7d5311 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;
 }
   background-size: 10px;
   content: "";
   height: 17px;
-  left: 0;
+  left: 5px;
+  top: 5px;
   position: absolute;
   width: 10px;
 }