From ea9f14c27b0cb7fb2ebc8315f7c55a567831021c Mon Sep 17 00:00:00 2001 From: Fabio Comuni Date: Thu, 12 Jan 2012 10:42:59 +0100 Subject: [PATCH] quattro: style fakelink --- view/theme/quattro/quattro.less | 5 +++++ view/theme/quattro/style.css | 9 +++++++++ 2 files changed, 14 insertions(+) diff --git a/view/theme/quattro/quattro.less b/view/theme/quattro/quattro.less index 0b4a97e9ad..23b1d84746 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 { diff --git a/view/theme/quattro/style.css b/view/theme/quattro/style.css index 8cf2138500..f5c8c4690e 100644 --- a/view/theme/quattro/style.css +++ b/view/theme/quattro/style.css @@ -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;