docs: fix ::selection style to use Android blue for text highlighting
Change-Id: I485be948326fc40c349c8170dd1be13962b4c003
This commit is contained in:
@@ -3,11 +3,15 @@
|
||||
/* clearfix idiom */
|
||||
/* common mixins */
|
||||
/* page layout + top-level styles */
|
||||
::-webkit-selection,
|
||||
::-moz-selection,
|
||||
::selection {
|
||||
background-color: #0099cc;
|
||||
color: #fff; }
|
||||
::-webkit-selection {
|
||||
background-color: #0099cc;
|
||||
color: #fff; }
|
||||
::-moz-selection {
|
||||
background-color: #0099cc;
|
||||
color: #fff; }
|
||||
|
||||
html, body {
|
||||
height: 100%;
|
||||
@@ -3436,15 +3440,6 @@ EndColorStr='#ececec');
|
||||
/*********** PREVIOUSLY dac-styles.css ***************/
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
::-webkit-selection,
|
||||
::-moz-selection,
|
||||
::selection {
|
||||
background-color: #0099cc;
|
||||
color: #fff; }
|
||||
|
||||
#header {
|
||||
border-bottom:0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user