mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1197510 - Make tiles hover effect less jarring. r=msamuel
This commit is contained in:
parent
c26e7d8109
commit
5664528cf7
@ -115,7 +115,7 @@
|
|||||||
.newtab-cell:not([ignorehover]) .newtab-link:hover,
|
.newtab-cell:not([ignorehover]) .newtab-link:hover,
|
||||||
.newtab-site[dragged] {
|
.newtab-site[dragged] {
|
||||||
border: 2px solid white;
|
border: 2px solid white;
|
||||||
box-shadow: 0 0 6px 2px #4cb1ff;
|
box-shadow: 0 0 6px 1px #add6ff;
|
||||||
margin: -2px;
|
margin: -2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -168,8 +168,8 @@
|
|||||||
|
|
||||||
.newtab-site:hover .newtab-title {
|
.newtab-site:hover .newtab-title {
|
||||||
color: white;
|
color: white;
|
||||||
background-color: black;
|
background-color: #333;
|
||||||
border: 1px solid black;
|
border: 1px solid #333;
|
||||||
border-top: 1px solid white;
|
border-top: 1px solid white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user