mirror of https://github.com/avecms/AVE.cms.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
369 B
18 lines
369 B
7 years ago
|
.multi_lists {
|
||
|
position: relative;
|
||
|
}
|
||
|
|
||
|
.multi_lists > .ui-state-highlight {
|
||
|
display: inline-block;
|
||
|
margin: 3px;
|
||
|
width: 450px;
|
||
|
height: 26px;
|
||
|
background-color: rgba(255,255,255,0.5); !important;
|
||
|
border: solid 1px #eaeaea;
|
||
|
border-radius: 5px;
|
||
|
-moz-border-radius: 5px;
|
||
|
-webkit-border-radius: 5px;
|
||
|
position: relative;
|
||
|
text-align: center;
|
||
|
padding: 0 !important;
|
||
|
}
|