am cd7ef9ce
: am 8359d2c4
: am b7f96375
: docs: fix ::selection style to use Android blue for text highlighting
# Via Android Git Automerger (2) and Scott Main (1) * commit 'cd7ef9ce90907f6894679bf293c7fca4759c3e72': docs: fix ::selection style to use Android blue for text highlighting
This commit is contained in:
commit
de0f30cdf1
1 changed files with 336 additions and 341 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue