mirror of
https://github.com/avecms/AVE.cms.git
synced 2025-01-22 15:30:07 +00:00
18 lines
383 B
CSS
18 lines
383 B
CSS
.multi_list_triples {
|
|
position: relative;
|
|
}
|
|
|
|
.multi_list_triples > .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;
|
|
} |