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

52 lines
604 B
CSS
Raw Normal View History

2020-04-05 09:36:27 +02:00
/**
* Titles
*/
.release-date {
2021-02-17 06:59:56 +01:00
font-weight: bold;
2020-04-05 09:36:27 +02:00
}
ul {
border-bottom: 1px solid #ccc;
padding-bottom: 20px;
}
/**
* Controls
*/
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;
}