Author: sevein
Date: Wed Apr 18 15:40:46 2012
New Revision: 11468
Log:
Stylesheets for the pager, working on blue and white#content backgrounds
Modified:
branches/2.0/plugins/qtDominionPlugin/css/less/pager.less
Modified: branches/2.0/plugins/qtDominionPlugin/css/less/pager.less
==============================================================================
--- branches/2.0/plugins/qtDominionPlugin/css/less/pager.less Wed Apr 18
15:34:46 2012 (r11467)
+++ branches/2.0/plugins/qtDominionPlugin/css/less/pager.less Wed Apr 18
15:40:46 2012 (r11468)
@@ -29,6 +29,7 @@
.border-radius(5px);
background-color: transparent;
color: @white;
+ font-size: @baseFontSize + 5px;
&:hover {
@@ -67,4 +68,40 @@
}
+ .active a {
+
+ background-color: @white;
+ color: @orange;
+
+ }
+
+}
+
+// Other stuff
+//
-----------------------------------------------------------------------------
+
+#content {
+
+ .pagination a,
+ .pager a {
+
+ color: @grayDark;
+ border-color: @grayDark;
+
+ &:hover {
+
+ background-color: @grayDark;
+ color: @white;
+
+ }
+
+ }
+
+ .active a {
+
+ background-color: @grayDark;
+ color: @white;
+
+ }
+
}
--
You received this message because you are subscribed to the Google Groups
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/qubit-commits?hl=en.