X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fnewtab%2FnewTab.css;h=837fe327482c266be5aac7128237e80bae7d5311;hp=1e42d934d7a2077d0ab9cb84150649b2c76a35d2;hb=05148fedf8e9b1fa26d0ce0b22403289571a207b;hpb=d4d77dc0d0de5595725731c8113e5937c9bc1fea diff --git a/LCARStrek/browser/newtab/newTab.css b/LCARStrek/browser/newtab/newTab.css index 1e42d934..837fe327 100644 --- a/LCARStrek/browser/newtab/newTab.css +++ b/LCARStrek/browser/newtab/newTab.css @@ -132,7 +132,7 @@ 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; } @@ -145,8 +145,10 @@ } /* TITLES */ +/*#newtab-intro-what,*/ .newtab-sponsored, -.newtab-title { +.newtab-title, +.newtab-suggested { padding: 0 8px; background-color: rgba(255,159,0,.8); color: #000000; @@ -154,8 +156,18 @@ bottom: 0 !important; } -.newtab-site[type=sponsored] .newtab-title { - -moz-padding-end: 24px; +.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 { @@ -171,7 +183,8 @@ background-size: 10px; content: ""; height: 17px; - left: 0; + left: 5px; + top: 5px; position: absolute; width: 10px; }