diff options
author | mistic100 <mistic@piwigo.org> | 2011-05-23 11:25:50 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2011-05-23 11:25:50 +0000 |
commit | cf1a7f6df7fb0b475dab583d73fb9e27b7316ef0 (patch) | |
tree | 91ece88cd141abc20c28dfa5839881950de2004a /admin/themes/roma | |
parent | 2b00bd8c475e04fde251c0890e0d2ee9df149735 (diff) |
TokenInput : order tags, theme for roma, 'new' text translated
git-svn-id: http://piwigo.org/svn/trunk@11008 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | admin/themes/roma/theme.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/admin/themes/roma/theme.css b/admin/themes/roma/theme.css index b32c49cb9..1a75134f7 100644 --- a/admin/themes/roma/theme.css +++ b/admin/themes/roma/theme.css @@ -249,3 +249,10 @@ display:block; height:85px; left:225px; position:relative; top:-42px; width:313p #batchManagerGlobal .thumbSelected {background-color:#555 !important} #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;} |