Files
DemonEditor/app/ui/style.css

26 lines
393 B
CSS
Raw Normal View History

#digit-entry {
2020-04-22 09:53:06 +03:00
border-color: Red;
2019-10-29 13:39:11 +03:00
}
#status-bar-button {
padding: 1px;
margin: 1px;
}
2020-04-22 09:53:06 +03:00
.group {}
.group :first-child {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.group :last-child {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.group :not(:first-child):not(:last-child) {
border-radius: 0;
border-left-width: 0;
border-right-width: 0;
}