Browse Source

Removed the selection background color.

tags/2.0.0-beta
Qiang Xue 11 years ago
parent
commit
0565b75846
  1. 8
      framework/yii/views/errorHandler/exception.php

8
framework/yii/views/errorHandler/exception.php

@ -39,14 +39,6 @@ ul{
}
/* base */
::selection{
color: #fff !important;
background-color: #e51717 !important;
}
::-moz-selection{
color: #fff !important;
background-color: #e51717 !important;
}
a{
text-decoration: none;
}

Loading…
Cancel
Save