Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openwrt/luci.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorLutty Yang <lutty@wcan.in>2015-09-18 11:22:39 +0300
committerLutty Yang <lutty@wcan.in>2015-09-18 11:22:39 +0300
commitcf0623f4f527bd315f164bb51b949e88e00e93d7 (patch)
tree54a82fc2243cb33b6a680580677464dee5dfab8a /themes
parente04e263adfa8b25a5fe588617c8fbb326f8a5334 (diff)
luci-theme-material: fix font size bug
fix "textarea font-size too big in firefox" Signed-off-by: Lutty Yang <lutty@wcan.in>
Diffstat (limited to 'themes')
-rwxr-xr-xthemes/luci-theme-material/htdocs/luci-static/material/css/style.css15
1 files changed, 10 insertions, 5 deletions
diff --git a/themes/luci-theme-material/htdocs/luci-static/material/css/style.css b/themes/luci-theme-material/htdocs/luci-static/material/css/style.css
index 58f6f328c3..3f80ccd315 100755
--- a/themes/luci-theme-material/htdocs/luci-static/material/css/style.css
+++ b/themes/luci-theme-material/htdocs/luci-static/material/css/style.css
@@ -683,17 +683,18 @@ td > table > tbody > tr > td {
.cbi-input-textarea {
box-sizing: border-box;
width: 100%;
- min-height: 15rem;
+ min-height: 16rem;
padding: 1rem;
- font-size: 1.2rem;
+ font-size: 0.9rem;
+ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
+ color: black;
}
#syslog {
- width: 90%;
- width: calc(100% - 2rem);
+ width: 100%;
min-height: 15rem;
padding: 1rem;
- font-size: 1rem;
+ font-size: smaller;
color: #5F5F5F;
margin-bottom: 20px;
@@ -1102,6 +1103,10 @@ body.lang_pl.node-main-login .cbi-value-title{
fieldset {
padding: 1rem;
}
+
+ .cbi-input-textarea{
+ font-size: smaller;
+ }
}
@media screen and (max-width: 1280px) {