diff options
author | mistic100 <mistic@piwigo.org> | 2013-06-16 20:53:20 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2013-06-16 20:53:20 +0000 |
commit | 68ffc79d86eebbe981b65913c67dc0ae7fa4531d (patch) | |
tree | 4b4c99adae65a1d1cc769736fff07c697497b51b /admin/themes/roma/theme.css | |
parent | c17bc66aeb4cbbe4ec17b8b6b6ef9b3d66d89664 (diff) |
feature:2927 Update TokenInput to 1.6.1/mistic100
git-svn-id: http://piwigo.org/svn/trunk@23275 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/roma/theme.css')
-rw-r--r-- | admin/themes/roma/theme.css | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/admin/themes/roma/theme.css b/admin/themes/roma/theme.css index 39167787b..c95d26c19 100644 --- a/admin/themes/roma/theme.css +++ b/admin/themes/roma/theme.css @@ -274,12 +274,12 @@ color:transparent;} #batchManagerGlobal #selectedMessage {background-color:#555; color:#ddd;} /* TokenInput (with Facebook style for ROMA) */ -ul.token-input-list {border-color:#666;background-color:#444;} -ul.token-input-list li input {background-color:#444;} -li.token-input-token span {color:#878787;} -div.token-input-dropdown {background-color:#eee;border-color:#666;} -div.token-input-dropdown ul li {background-color:#eee;} -div.token-input-dropdown ul li.token-input-selected-dropdown-item {background-color:#FF7800;} +ul.token-input-list {border-color:#666 !important;background-color:#444 !important;} +ul.token-input-list li input {background-color:#444 !important;} +li.token-input-token span {color:#878787 !important;} +div.token-input-dropdown {background-color:#eee !important;border-color:#666 !important;} +div.token-input-dropdown ul li {background-color:#eee !important;} +div.token-input-dropdown ul li.token-input-selected-dropdown-item {background-color:#FF7800 !important;} #progressbar {border:1px solid #666; background-color:#666;} |