mirror of
https://github.com/wassname/talk.git
synced 2026-06-29 04:11:26 +08:00
19 lines
252 B
CSS
19 lines
252 B
CSS
.button {
|
|
composes: buttonReset from "coral-framework/styles/reset.css";
|
|
margin: 5px 0px 5px 10px;
|
|
}
|
|
|
|
button[disabled] {
|
|
cursor: default;
|
|
}
|
|
|
|
.flaggedIcon {
|
|
color: #f00
|
|
}
|
|
|
|
.icon {
|
|
padding: 0 2px;
|
|
font-size: 12px;
|
|
vertical-align: middle;
|
|
}
|