source: extensions/GrumPluginClasses/css/inputTag_clear.css @ 16012

Last change on this file since 16012 was 16012, checked in by grum, 12 years ago

feature:2634- compatibility with Piwigo 2.4
+add some objects on js framework

File size: 610 bytes
Line 
1
2
3/* clear css */
4
5
6.ui-tag-selector-list, .ui-tag-selector-input {
7  background:#DDDDDD;
8  border:1px solid #999999;
9  color:#666666;
10}
11
12.ui-tag-selector-text {
13  font-style:italic;
14  font-size:80%;
15  border-top:1px dotted #999999;
16  background:#DDDDDD;
17  color:#666666;
18}
19
20li.ui-tag-selector-list-item:hover {
21  background:#AAAAAA;
22  color:#DDDDDD;
23  cursor:pointer;
24}
25
26.ui-tag-selector-selected-tag-list li.ui-tag-selector-selected-tag {
27  background:#999999;
28  color:#DDDDDD;
29  margin-top:1px;
30  padding-top:1px;
31}
32
33.ui-tag-selector-highlight {
34  color:#005E89;
35  font-weight:bold;
36  background:#999999;
37}
Note: See TracBrowser for help on using the repository browser.