diff options
author | Dan Vrátil <dvratil@redhat.com> | 2012-07-27 18:12:39 +0800 |
---|---|---|
committer | Dan Vrátil <dvratil@redhat.com> | 2012-07-27 18:13:20 +0800 |
commit | 440e43d2894fdd517cc91302d4364b082e7d1d8b (patch) | |
tree | 7c39a2b70fe8bdef99ed1cce3c7b2e6d2406d0cc /data | |
parent | e03d9fbc7efba1a0239f85a8cf7339bbad6b1c7d (diff) | |
download | gsoc2013-evolution-440e43d2894fdd517cc91302d4364b082e7d1d8b.tar.gz gsoc2013-evolution-440e43d2894fdd517cc91302d4364b082e7d1d8b.tar.zst gsoc2013-evolution-440e43d2894fdd517cc91302d4364b082e7d1d8b.zip |
Bug #679404 - Read colors for message preview from Gtk theme
Diffstat (limited to 'data')
-rw-r--r-- | data/webview.css | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/data/webview.css b/data/webview.css index a8a936d0a2..8d4c3397c2 100644 --- a/data/webview.css +++ b/data/webview.css @@ -12,21 +12,12 @@ body { margin: 10px; } -h1, h2, h3 { - color: #7f7f7f; -} - th { - color: #7f7f7f; text-align: left; font-weight: normal; vertical-align: top; } -.header { - color: #7f7f7f; -} - span.navigable, div.navigable, p.navigable { cursor: pointer; text-decoration: underline; @@ -123,7 +114,6 @@ object { /* GtkWidgets */ } .itip th { - color: #000; vertical-align: middle; } |