Files
talk/plugins/talk-plugin-rich-text/client/components/Button.css
T
2018-03-21 13:45:29 +01:00

21 lines
276 B
CSS

.button > i {
vertical-align: middle;
}
.button {
background-color: transparent;
padding: 3px;
border: none;
color: #4e4e4e;
margin-right: 3px;
}
.button:hover{
cursor: pointer;
border-radius: 3px;
background-color: #eae8e8;
}
.icon {
font-size: 20px;
}