mirror of
https://github.com/aquatix/digimarks.git
synced 2025-12-06 22:05:09 +01:00
34 lines
504 B
CSS
34 lines
504 B
CSS
/**
|
|
* digimarks styling
|
|
*
|
|
* Overrides on and additions to the digui styling
|
|
*/
|
|
|
|
/* Star, error, note etc */
|
|
.card .statuses {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.star {
|
|
color: #ffeb3b;
|
|
}
|
|
|
|
.thumbnail {
|
|
/*width: 80px;*/
|
|
width: 66;
|
|
}
|
|
|
|
.thumbnail img {
|
|
/*width: 72px;*/
|
|
width: 60px;
|
|
}
|
|
|
|
#bookmarkEditForm fieldset {
|
|
border: none;
|
|
}
|
|
|
|
#bookmarkEditForm fieldset input, #bookmarkEditForm textarea, #bookmarkEditForm select, #bookmarkEditForm label {
|
|
width: 100%;
|
|
}
|