[dw-free] Brittle: new themes
[commit: http://hg.dwscoalition.org/dw-free/rev/19ee0e413510]
http://bugs.dwscoalition.org/show_bug.cgi?id=3907
Fix contextual popup colors.
Patch by
ninetydegrees.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=3907
Fix contextual popup colors.
Patch by
Files modified:
- bin/upgrading/s2layers/brittle/layout.s2
- bin/upgrading/s2layers/brittle/themes.s2
--------------------------------------------------------------------------------
diff -r 7d50b90badbc -r 19ee0e413510 bin/upgrading/s2layers/brittle/layout.s2
--- a/bin/upgrading/s2layers/brittle/layout.s2 Thu Jan 26 00:22:18 2012 +0800
+++ b/bin/upgrading/s2layers/brittle/layout.s2 Thu Jan 26 01:03:35 2012 +0800
@@ -1078,6 +1078,22 @@
padding: 10px;
}
+div.ContextualPopup div.Inner a {
+ color: $*color_entry_link;
+ }
+
+div.ContextualPopup div.Inner a:visited {
+ color: $*color_entry_link_visited;
+ }
+
+div.ContextualPopup div.Inner a:hover {
+ color: $*color_entry_link_hover;
+ }
+
+div.ContextualPopup div.Inner a:active {
+ color: $*color_entry_link_active;
+ }
+
div.ContextualPopup .Userpic {
margin: 5px;
border: 1px dotted $bottom_border;
diff -r 7d50b90badbc -r 19ee0e413510 bin/upgrading/s2layers/brittle/themes.s2
--- a/bin/upgrading/s2layers/brittle/themes.s2 Thu Jan 26 00:22:18 2012 +0800
+++ b/bin/upgrading/s2layers/brittle/themes.s2 Thu Jan 26 01:03:35 2012 +0800
@@ -1113,6 +1113,10 @@
set color_entry_background = "#000";
set color_entry_text = "#fff";
+set color_entry_link = "#429ace";
+set color_entry_link_hover = "#842021";
+set color_entry_link_visited = "#ef4921";
+set color_entry_title = "#429ace";
##===============================
## Module Colors
--------------------------------------------------------------------------------
