Skip to content

Commit

Permalink
Change selection text from hot pink to yellow.
Browse files Browse the repository at this point in the history
  • Loading branch information
dimkalinux committed Jan 29, 2012
1 parent 10448e7 commit 8b2cb0a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion style/Oxygen/Oxygen.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions style/Oxygen/Oxygen_cs.css
Expand Up @@ -763,13 +763,13 @@ button[disabled]:focus {
* Also: hot pink! (or customize the background color to match your design)
*/
::-moz-selection {
background: #fe57a1;
color: #fff;
background: #fff2a8;
color: #000;
text-shadow: none;
}

::selection {
background: #fe57a1;
color: #fff;
background: #fff2a8;
color: #000;
text-shadow: none;
}

3 comments on commit 8b2cb0a

@DomGries
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

any chances of removing the custom selection color again or changing the color since I think the current color does not fit at all (especially when selecting over something with a blueish background which then turns into kinda mud yellow)?

@dimkalinux
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we must remove CSS-styles for color selection and use browser defaults.

@dimkalinux
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Commited.

Please sign in to comment.