diff options
| author | bobzel <zzzman@gmail.com> | 2023-11-17 13:04:26 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2023-11-17 13:04:26 -0500 |
| commit | 96d27379d77b77f7496a1b2c5f30824cc04370c0 (patch) | |
| tree | 42a2ff40bacdeef89791d974aa1d19fc9708c9b3 /src/client/views/nodes/DocumentView.scss | |
| parent | f027832dd2e3267b70e94c1e60d1703ff86d7fe2 (diff) | |
from last
Diffstat (limited to 'src/client/views/nodes/DocumentView.scss')
| -rw-r--r-- | src/client/views/nodes/DocumentView.scss | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/client/views/nodes/DocumentView.scss b/src/client/views/nodes/DocumentView.scss index 3344dfae4..505e937c5 100644 --- a/src/client/views/nodes/DocumentView.scss +++ b/src/client/views/nodes/DocumentView.scss @@ -187,12 +187,15 @@ top: 0; width: 100%; height: 14; - background: rgba(0, 0, 0, 0.4); + opacity: 0.5; text-align: center; text-overflow: ellipsis; white-space: pre; position: absolute; display: flex; // this allows title field dropdown to be inline with editable title + &:hover { + opacity: 1; + } } .documentView-titleWrapper-hover { |
