[extensions-web] review: Make colors match GitHub
- From: Jasper St. Pierre <jstpierre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [extensions-web] review: Make colors match GitHub
- Date: Fri, 15 Jun 2012 20:36:22 +0000 (UTC)
commit 34b13c32643850a421f6a2570622d8d9be477b0b
Author: Jasper St. Pierre <jstpierre mecheye net>
Date: Fri Jun 15 16:35:49 2012 -0400
review: Make colors match GitHub
sweettooth/static/css/review.css | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/sweettooth/static/css/review.css b/sweettooth/static/css/review.css
index e4433b4..3c4ae23 100644
--- a/sweettooth/static/css/review.css
+++ b/sweettooth/static/css/review.css
@@ -77,21 +77,21 @@
padding: 0 6px;
}
-/* colors stolen from Splinter */
+/* colors stolen from GitHub */
.diff-line.deleted, .fileselector.deleted {
- background-color: #ffccaa;
+ background-color: #ffdddd;
}
.diff-line.inserted, .fileselector.added {
- background-color: #bbffbb;
+ background-color: #ddffdd;
}
.diff-line.deleted .diff-inline.changed {
- background-color: #ffaa88;
+ background-color: #ffaaaa;
}
.diff-line.inserted .diff-inline.changed {
- background-color: #99ff99;
+ background-color: #aaffaa;
}
.diff-line.deleted .contents:before {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]