Difference between revisions of "User:E.vandenberge/common.css"
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
::selection{ | ::selection{ | ||
− | background-image:linear-gradient(#fff | + | background-image:linear-gradient(#fff 0%, #fff2a8 100%); |
} | } | ||
::-moz-selection{ | ::-moz-selection{ | ||
− | background-image:linear-gradient(#fff | + | background-image:linear-gradient(#fff 0%, #fff2a8 100%); |
} | } |
Revision as of 11:14, 6 August 2015
/* CSS playground of Erik van den Berge*/
::selection{
background-image:linear-gradient(#fff 0%, #fff2a8 100%);
}
::-moz-selection{
background-image:linear-gradient(#fff 0%, #fff2a8 100%);
}
.testcase{
background:#fff2a8;
}