Tooth/data/app.css

42 lines
656 B
CSS

.avatar {
border-radius: 4px;
}
.attachment {
border-radius: 6px;
background: rgba (150, 150, 150, 0.2);
padding:0px;
margin:0px;
}
.attachment .pic {
border-radius: 6px;
}
.attachment .chip {
padding: 6px;
border-radius:6px;
}
/*.attachment box button:nth-child(1) {*/
/* border-radius:0 0 0 8px;*/
/*}*/
/*.attachment box button:nth-child(2) {*/
/* border-radius:0 8px 0 0;*/
/*}*/
.header-title-button {
margin: 0px;
border-radius: 0px;
border-top: none;
border-bottom: none;
}
.padded.app-view {
margin: 32px 0 32px 0;
}
.app-view:not(.padded) .preferences row {
border-radius: 0px;
}
.app-action-bar .circular {
box-shadow: none;
}