mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-03-16 13:27:39 -04:00
font-size for input
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
/*=== GENERAL */
|
||||
/*============*/
|
||||
html, body {
|
||||
html, body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-size: 92%;
|
||||
@@ -79,6 +79,7 @@ textarea {
|
||||
input, select, textarea {
|
||||
display: inline-block;
|
||||
max-width: 100%;
|
||||
font-size: 0.8rem;
|
||||
}
|
||||
input[type="radio"],
|
||||
input[type="checkbox"] {
|
||||
|
||||
@@ -88,7 +88,7 @@ input.extend:focus {
|
||||
input, select, textarea {
|
||||
display: inline-block;
|
||||
max-width: 100%;
|
||||
font-size: initial;
|
||||
font-size: 0.8rem;
|
||||
}
|
||||
input[type="radio"],
|
||||
input[type="checkbox"] {
|
||||
@@ -346,7 +346,7 @@ a.btn {
|
||||
/*=== Tree */
|
||||
.tree {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
padding: 0 0 15em 0;
|
||||
list-style: none;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user