aboutsummaryrefslogtreecommitdiff
path: root/src/content/components/common/hint.css
diff options
context:
space:
mode:
authorShin'ya Ueoka <ueokande@i-beam.org>2019-04-27 08:28:48 +0900
committerGitHub <noreply@github.com>2019-04-27 08:28:48 +0900
commitb67129de6ad450ea128b18748edf40cdbfc858fc (patch)
tree570664fe261cdc4fffc1ce1cd3a6f67be00ad4f3 /src/content/components/common/hint.css
parent9efd8f8abf91be84f72a8df6467443d5d545816c (diff)
parent8f2b7861771cb452d19989eb331597e240a310b8 (diff)
Merge pull request #571 from ueokande/prevent-content-security-policy
Fix Content-Security-Policy issues
Diffstat (limited to 'src/content/components/common/hint.css')
-rw-r--r--src/content/components/common/hint.css10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/content/components/common/hint.css b/src/content/components/common/hint.css
deleted file mode 100644
index 1f2ab20..0000000
--- a/src/content/components/common/hint.css
+++ /dev/null
@@ -1,10 +0,0 @@
-.vimvixen-hint {
- background-color: yellow;
- border: 1px solid gold;
- font-weight: bold;
- position: absolute;
- text-transform: uppercase;
- z-index: 2147483647;
- font-size: 12px;
- color: black;
-}