diff options
| author | Alon Levy <alon@pobox.com> | 2015-03-10 13:00:41 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-03-10 13:02:31 +0200 |
| commit | 0984948d890040d7f97709378c64d3c1c908c4cd (patch) | |
| tree | 82f0468a534c11683e5036b6727a5f47d82ca7d2 /res/client/css/style.css | |
| parent | 0ab6f1653b62e1407f898f556c17d1dad1b94d91 (diff) | |
client: show red circle around focused element (focus != selection)
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 00dd0f63..c7cd122a 100644 --- a/res/client/css/style.css +++ b/res/client/css/style.css @@ -882,6 +882,12 @@ p { pointer-events: all; z-index: 0; } +g:focus circle { + stroke: #ff0000; + stroke-opacity: 1; + stroke-width: 3px; + z-index: 1; } + .editinfo { position: fixed; top: -40px; |
