espial/static/css/popup.css

60 lines
780 B
CSS
Raw Permalink Normal View History

2019-01-31 02:54:47 +00:00
html {
2020-10-01 19:42:39 +00:00
box-sizing: border-box;
2019-01-31 02:54:47 +00:00
}
[hidden] {
2020-10-01 19:42:39 +00:00
display: none !important;
2019-01-31 02:54:47 +00:00
}
button {
2020-10-01 19:42:39 +00:00
background: none;
border: none;
padding: 0;
cursor: pointer;
2019-01-31 02:54:47 +00:00
}
button:focus {
outline: none;
}
2020-10-01 19:46:43 +00:00
input[type="text"],
input[type="url"],
textarea {
font-size: 16px;
}
2020-10-01 19:42:39 +00:00
.alert {
background: #ced;
border: 1px solid #acc;
2019-01-31 02:54:47 +00:00
}
2020-10-04 05:10:27 +00:00
#addForm .alert {
margin-top: -6px;
}
2021-10-03 03:31:51 +00:00
.alert.alert-err {
background-color: #ffdfdf
}
2020-10-01 19:42:39 +00:00
form label {
2019-01-31 02:54:47 +00:00
margin: 0;
vertical-align: middle;
display: table-cell;
padding: 2px 0;
}
2020-10-01 19:42:39 +00:00
li {
list-style-type: none;
margin: 0;
padding: 0;
display: block;
}
2019-01-31 02:54:47 +00:00
2020-10-01 19:42:39 +00:00
.when {
color: #999;
}
.unread {
color: #b41;
}
a.unread {
color: #b41;
}
a.bookmark_title {
font-size: 120%;
}
2019-01-31 02:54:47 +00:00
label {
cursor: pointer;
}