12 lines
179 B
CSS
12 lines
179 B
CSS
.button {
|
|
background-color: #aaa;
|
|
display: inline;
|
|
padding: .2em;
|
|
margin: .1em;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.no-close .ui-dialog-titlebar-close {
|
|
display: none;
|
|
}
|