diff options
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; |
