LocalCDN-Firefox-Chrome-Brave/pages/updates/updates.css

65 lines
904 B
CSS
Raw Permalink Normal View History

2020-04-05 09:36:27 +02:00
.release-date {
2021-02-17 06:59:56 +01:00
font-weight: bold;
2020-04-05 09:36:27 +02:00
}
2021-07-30 21:41:53 +02:00
#history-release-notes {
display: none;
}
2021-10-17 07:43:43 +02:00
#history-release-notes > p {
margin-bottom: 0;
}
2021-03-15 06:18:22 +01:00
#history-release-notes > ul {
2021-10-17 07:43:43 +02:00
margin: 0;
}
.release-date:not(:first-child) {
border-top: 1px solid #ccc;
padding-top: 20px;
2020-04-05 09:36:27 +02:00
}
input[type=radio] {
2021-02-17 06:59:56 +01:00
margin: 0;
}
2020-06-28 07:43:08 +02:00
label {
margin-left: 10px;
}
2020-06-28 07:43:08 +02:00
input[type=radio], label {
display: inline-flex;
}
.ruleset-generator {
display: inline-flex;
2021-02-17 06:59:56 +01:00
margin-top: 10px;
2020-06-28 07:43:08 +02:00
width: 100%;
}
#history {
cursor: pointer;
font-size: 24px;
font-weight: bold;
}
#generator-section {
display: none;
}
.important {
background-color: #fbdcdc;
border: 2px solid red;
border-radius: 5px;
color: #555;
}
2021-07-30 21:41:53 +02:00
.release-notes-area {
border-bottom: 1px solid #ccc;
margin: 20px 0;
}
.release-notes-area > p {
font-size: larger;
font-weight: bold;
margin: 0;
}