diff options
author | Malfurious <m@lfurio.us> | 2023-11-16 04:47:25 -0500 |
---|---|---|
committer | Malfurious <m@lfurio.us> | 2023-11-18 00:45:27 -0500 |
commit | b71993fcc0da84e8f168baa6f0518de2eb1bc3c7 (patch) | |
tree | dbd93c91f53741ec35c0b23e78cecfefd2c3863f /dmt/style.css | |
parent | 8448d52fa33ad03e2d46ead0b6c384318d6594a0 (diff) | |
download | cychedelic-b71993fcc0da84e8f168baa6f0518de2eb1bc3c7.tar.gz cychedelic-b71993fcc0da84e8f168baa6f0518de2eb1bc3c7.zip |
dmt: css: Rename remove class to standout
The css class originally used to represent service removal jobs is
renamed to "standout". I wish to reuse it in other exceptional contexts
which should draw the user's attention - which of course also covers the
case of service removal. "Standout" is a more generic term for this.
Signed-off-by: Malfurious <m@lfurio.us>
Diffstat (limited to '')
-rw-r--r-- | dmt/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dmt/style.css b/dmt/style.css index 5d783b6..915a6cd 100644 --- a/dmt/style.css +++ b/dmt/style.css @@ -94,10 +94,10 @@ a:hover { background-color: #c80000; } -.remove { +.standout { border-color: #4c0080; } -.remove .box-title { +.standout .box-title { background-color: #4c0080; } |