]> git.mxchange.org Git - friendica.git/commitdiff
quattro: style fakelink
authorFabio Comuni <fabrix.xm@gmail.com>
Thu, 12 Jan 2012 09:42:59 +0000 (10:42 +0100)
committerFabio Comuni <fabrix.xm@gmail.com>
Thu, 12 Jan 2012 09:42:59 +0000 (10:42 +0100)
view/theme/quattro/quattro.less
view/theme/quattro/style.css

index 0b4a97e9ad4ac3ef8e2cfddea094345c815e826a..23b1d847461e221464106da5a8430ae226c5436c 100644 (file)
@@ -44,6 +44,9 @@ a:hover {color: @LinkHover; text-decoration: underline; }
 .hidden { display: none; }
 .clear { clear: both; }
 
+.fakelink { color: @Link; text-decoration: none; cursor:pointer; }
+.fakelink:hover { color: @LinkHover; text-decoration: underline; }
+
 code {
        font-family: Courier, monospace;
        white-space: pre;
@@ -70,6 +73,8 @@ code {
        .shadow();      
 }
 
+
+
 /* tool */
 
 .tool {
index 8cf213850000912c38af6d79ea27ed6674458081..f5c8c4690e96b0e4b04499f4edf2846b46a7c596 100644 (file)
@@ -195,6 +195,15 @@ a:hover {
 .clear {
   clear: both;
 }
+.fakelink {
+  color: #005c94;
+  text-decoration: none;
+  cursor: pointer;
+}
+.fakelink:hover {
+  color: #005c94;
+  text-decoration: underline;
+}
 code {
   font-family: Courier, monospace;
   white-space: pre;