X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fnewtab%2FnewTab.css;h=837fe327482c266be5aac7128237e80bae7d5311;hp=1e86ac889601f460846089608c0ed2f331e46c87;hb=05148fedf8e9b1fa26d0ce0b22403289571a207b;hpb=8837ac2c455d0efc3537a6b21880a0811be05aef diff --git a/LCARStrek/browser/newtab/newTab.css b/LCARStrek/browser/newtab/newTab.css index 1e86ac88..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,9 +145,10 @@ } /* TITLES */ -#newtab-intro-what, +/*#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; } @@ -168,7 +183,8 @@ background-size: 10px; content: ""; height: 17px; - left: 0; + left: 5px; + top: 5px; position: absolute; width: 10px; }