mirror of
https://github.com/rozniak/xfce-winxp-tc.git
synced 2026-05-03 12:41:27 +00:00
28 lines
478 B
SCSS
28 lines
478 B
SCSS
/**
|
|
* textview.scss - Text View Widget Luna (Blue) Styles
|
|
*
|
|
* This source-code is part of Windows XP stuff for XFCE:
|
|
* <<https://www.oddmatics.uk>>
|
|
*
|
|
* Author(s): Rory Fewell <roryf@oddmatics.uk>
|
|
*/
|
|
|
|
textview
|
|
{
|
|
background-color: #FFF;
|
|
caret-color: #000;
|
|
|
|
|
|
text
|
|
{
|
|
border-top: 1px solid #000;
|
|
color: #000;
|
|
|
|
|
|
selection
|
|
{
|
|
background-color: #316ac5;
|
|
color: #fff;
|
|
}
|
|
}
|
|
} |