summaryrefslogtreecommitdiff
path: root/vendor/assets/stylesheets/jquery-ui/jquery.tagify.css
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/assets/stylesheets/jquery-ui/jquery.tagify.css')
-rw-r--r--vendor/assets/stylesheets/jquery-ui/jquery.tagify.css34
1 files changed, 0 insertions, 34 deletions
diff --git a/vendor/assets/stylesheets/jquery-ui/jquery.tagify.css b/vendor/assets/stylesheets/jquery-ui/jquery.tagify.css
deleted file mode 100644
index d6c178f7132..00000000000
--- a/vendor/assets/stylesheets/jquery-ui/jquery.tagify.css
+++ /dev/null
@@ -1,34 +0,0 @@
-/* Tagify styles
-Author: Alicia Liu test
-*/
-
-.tagify-container {
-}
-
-.tagify-container > span {
- display: inline-block;
- padding: 8px 11px 8px 11px;
- margin: 1px 5px 0px 0px;
- border-radius: 4px;
- border: 1px solid #d0e1ff;
- background-color: #d0e1ff;
- color: #0f326d;
- font-weight: bold;
- font-size: 14px;
-}
-
-.tagify-container > span > a {
- padding-left: 5px !important;
- color: #83a5e1;
- text-decoration: none;
- font-weight: bold;
-}
-
-.tagify-container > input {
- border: 0 none;
- width: 100px !important;
-}
-
-.tagify-container > input:focus {
- outline: none;
-} \ No newline at end of file