Is it possible to enter CSS style of a button all at once and not typing every element separately. CSS -> style -> popup window color -> popup window X -> popup window Y -> popup window -> Z....
CSS styling can be quite involved and if this is not possible it can be a good feature request. Set CSS style of a button -> popup with text window where i can paste:
#blabla {
background-color: #ccc;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius:6px;
color: #fff;
font-family: 'Oswald';
font-size: 20px;
text-decoration: none;
cursor: poiner;
border:none;
}
thx and bye bye
Borealis