diff options
| author | Alon Levy <alon@pobox.com> | 2015-05-12 13:30:07 +0300 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-05-12 13:30:07 +0300 |
| commit | 373630b204632155898afc154bc1972b44b70a17 (patch) | |
| tree | b2ac657d8bcdd6d51d55da7b68695826f9aa9e52 /res/client/css/style.css | |
| parent | ff510e97dcd1c60f68e06565c51b63f4a3e96f63 (diff) | |
client/css: add circle.hovering to be used by activity
Diffstat (limited to 'res/client/css/style.css')
| -rw-r--r-- | res/client/css/style.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/res/client/css/style.css b/res/client/css/style.css index c334eda0..b72e9cdf 100644 --- a/res/client/css/style.css +++ b/res/client/css/style.css @@ -890,6 +890,12 @@ p { stroke-width: 5px; opacity: 1; } +.circle.hovering { + stroke: #ff8b11; + stroke-opacity: 1; + stroke-width: 5px; + opacity: 1; } + .nodetext { fill: #363636; font-size: 18px; |
