Author: sevein
Date: Thu Sep 1 12:27:25 2011
New Revision: 9652
Log:
Trillium, CSS fixes in header
Modified:
trunk/plugins/qtTrilliumPlugin/css/less/_header.less
Modified: trunk/plugins/qtTrilliumPlugin/css/less/_header.less
==============================================================================
--- trunk/plugins/qtTrilliumPlugin/css/less/_header.less Thu Sep 1
11:40:06 2011 (r9651)
+++ trunk/plugins/qtTrilliumPlugin/css/less/_header.less Thu Sep 1
12:27:25 2011 (r9652)
@@ -150,25 +150,33 @@
text-shadow: 0 0 0;
&.menu {
-
- }
-
- }
+ padding-right: 16px;
- &.menu { color: Green;
+ &:hover {
- > a:after {
+ background-color: rgba(0,0,0,.10);
- color: Red;
+ }
}
}
+ &.open > a {
+
+ background-color: rgba(0,0,0,.10);
+
+ }
+
> ul {
- top: 20px;
+ top: 25px;
+ background-color: @white;
+
+ li > a:hover {
+ background-color: #ddd;
+ }
}
@@ -241,20 +249,14 @@
> a {
- &:after {
+ background: transparent url(../../../../images/down.gif) no-repeat
100% 50%;
+ border-right: 8px solid transparent;
+ padding-right: 16px;
- width: 0px;
- height: 0px;
- display: inline-block;
- content: "↓";
- text-indent: -99999px;
- vertical-align: top;
- margin-top: 8px;
- margin-left: 4px;
- border-left: 4px solid transparent;
- border-right: 4px solid transparent;
- border-top: 4px solid #fff;
- .opacity(50);
+ &:hover {
+
+ background-color: #333;
+ background-color: rgba(255,255,255,.05);
}
@@ -287,6 +289,7 @@
float: left;
display: none;
position: absolute;
+ z-index: 1;
top: 40px;
min-width: 160px;
max-width: 220px;
@@ -307,6 +310,12 @@
background: none;
font-size: 12px;
+ > ul {
+
+ display: none !important;
+
+ }
+
a {
display: block;
--
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.