Adwaita: set a background for GtkTextView

Needed for gedit line numbers, overridden by .view {} normally
This commit is contained in:
Lapo Calamandrei 2014-08-26 19:54:41 +02:00
parent a65acc7e8d
commit a02b8e06a4
3 changed files with 16 additions and 0 deletions

View File

@ -168,6 +168,12 @@ GtkAssistant {
}
}
GtkTextView { // This will get overridden by .view, needed by gedit line numbers
background-color: mix($bg_color, $base_color, 50%);
&:backdrop { background-color: mix($backdrop_bg_color,
$backdrop_base_color, 50%); }
}
%osd, .osd {
color: $osd_fg_color;
text-shadow: 0 1px black;

View File

@ -143,6 +143,11 @@ GtkAssistant .sidebar GtkLabel {
GtkAssistant .sidebar GtkLabel.highlight {
background-color: #5d6261; }
GtkTextView {
background-color: #313434; }
GtkTextView:backdrop {
background-color: #323535; }
.app-notification.frame, .osd {
color: #eeeeec;
text-shadow: 0 1px black;

View File

@ -143,6 +143,11 @@ GtkAssistant .sidebar GtkLabel {
GtkAssistant .sidebar GtkLabel.highlight {
background-color: #c6c8c8; }
GtkTextView {
background-color: #f6f6f6; }
GtkTextView:backdrop {
background-color: #f4f4f4; }
.app-notification.frame, .osd {
color: #eeeeec;
text-shadow: 0 1px black;