diff options
Diffstat (limited to 'web/assets')
| -rw-r--r-- | web/assets/themes/midnight-trip.css | 3 | ||||
| -rw-r--r-- | web/assets/themes/solarized-dark.css | 1 | ||||
| -rw-r--r-- | web/assets/themes/solarized-light.css | 1 |
3 files changed, 0 insertions, 5 deletions
diff --git a/web/assets/themes/midnight-trip.css b/web/assets/themes/midnight-trip.css index 29c143abc..059e4ac8e 100644 --- a/web/assets/themes/midnight-trip.css +++ b/web/assets/themes/midnight-trip.css @@ -113,9 +113,6 @@ html, body { .status .media .media-wrapper { background: var(--bg-nearly-opaque); } -.status .media .media-wrapper details .unknown-attachment .placeholder { - border: 0.2rem dashed var(--magenta); -} /* Polls */ .status .text .poll { diff --git a/web/assets/themes/solarized-dark.css b/web/assets/themes/solarized-dark.css index 6e10c25df..5e010258f 100644 --- a/web/assets/themes/solarized-dark.css +++ b/web/assets/themes/solarized-dark.css @@ -127,7 +127,6 @@ html, body { } .status .media .media-wrapper details .unknown-attachment .placeholder { color: var(--base1); - border: 0.2rem dashed var(--base1); } .status .media .media-wrapper details video.plyr-video { background: transparent; diff --git a/web/assets/themes/solarized-light.css b/web/assets/themes/solarized-light.css index 852197860..2cd421be5 100644 --- a/web/assets/themes/solarized-light.css +++ b/web/assets/themes/solarized-light.css @@ -117,7 +117,6 @@ html, body { } .status .media .media-wrapper details .unknown-attachment .placeholder { color: var(--base1); - border: 0.2rem dashed var(--base1); } .status .media .media-wrapper details video.plyr-video { background: transparent; |
