X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fnewtab%2FnewTab.css;h=837fe327482c266be5aac7128237e80bae7d5311;hp=8e53931507e15a7a8f8c158a5aa0dff19bd29d01;hb=05148fedf8e9b1fa26d0ce0b22403289571a207b;hpb=482e8162568640b70fca709ac53efa44c8ea6b04 diff --git a/LCARStrek/browser/newtab/newTab.css b/LCARStrek/browser/newtab/newTab.css index 8e539315..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; } @@ -147,7 +147,8 @@ /* TITLES */ /*#newtab-intro-what,*/ .newtab-sponsored, -.newtab-title { +.newtab-title, +.newtab-suggested { padding: 0 8px; background-color: rgba(255,159,0,.8); color: #000000; @@ -155,6 +156,20 @@ 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; }