[latexila] Fix error entry style
- From: Sébastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [latexila] Fix error entry style
- Date: Fri, 4 Oct 2013 14:40:01 +0000 (UTC)
commit f7a89f905c3f8783573e34d282eb59e6a61c984e
Author: Sébastien Wilmet <swilmet gnome org>
Date: Fri Oct 4 16:19:46 2013 +0200
Fix error entry style
src/error_entry.vala | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/error_entry.vala b/src/error_entry.vala
index 11a0c47..95950ca 100644
--- a/src/error_entry.vala
+++ b/src/error_entry.vala
@@ -28,9 +28,9 @@ public class ErrorEntry : Entry
{
string style = """
GtkEntry {
- color: @error_fg_color;
+ color: white;
background-image: none;
- background-color: @error_bg_color;
+ background-color: rgb (237, 54, 54);
}
""";
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]