fourth part of syncing LCARStrek with Firefox 38 windows theme changes
[themes.git] / LCARStrek / browser / newtab / newTab.css
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;
 }