summaryrefslogtreecommitdiff
path: root/web/public/css/taginfo.css
diff options
context:
space:
mode:
authorJochen Topf <jochen@topf.org>2013-01-17 17:45:09 +0100
committerJochen Topf <jochen@topf.org>2013-01-17 17:45:09 +0100
commit227e9b58bf40d246e59a386f619cf6aa23e76314 (patch)
tree7f9e9adabeb0a00fd2021c3e9fe7bff982a24ca9 /web/public/css/taginfo.css
parent32aa1defac2c238688564dad0af809826670ff14 (diff)
downloadtaginfo-227e9b58bf40d246e59a386f619cf6aa23e76314.tar
taginfo-227e9b58bf40d246e59a386f619cf6aa23e76314.tar.gz
Switched to jQuery 1.9 and jQuery UI 1.9.2
Also updated the customSelect library.
Diffstat (limited to 'web/public/css/taginfo.css')
-rw-r--r--web/public/css/taginfo.css6
1 files changed, 2 insertions, 4 deletions
diff --git a/web/public/css/taginfo.css b/web/public/css/taginfo.css
index 541e584..eb492ec 100644
--- a/web/public/css/taginfo.css
+++ b/web/public/css/taginfo.css
@@ -148,7 +148,7 @@ span.disabled {
/* ========== */
-span.customStyleSelectBox {
+span.customSelect {
margin: 0;
padding: 1px 4px 0 4px;
border:1px solid #a0a0a0;
@@ -158,9 +158,7 @@ span.customStyleSelectBox {
text-align: left;
}
-span.customStyleSelectBox.changed { }
-
-.customStyleSelectBoxInner {
+.customSelectInner {
background:url(/img/arrow.png) no-repeat center right;
}