From ea9f14c27b0cb7fb2ebc8315f7c55a567831021c Mon Sep 17 00:00:00 2001 From: Fabio Comuni Date: Thu, 12 Jan 2012 10:42:59 +0100 Subject: quattro: style fakelink --- view/theme/quattro/quattro.less | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'view/theme/quattro/quattro.less') diff --git a/view/theme/quattro/quattro.less b/view/theme/quattro/quattro.less index 0b4a97e9a..23b1d8474 100644 --- a/view/theme/quattro/quattro.less +++ b/view/theme/quattro/quattro.less @@ -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 { -- cgit v1.2.3