summaryrefslogtreecommitdiffhomepage
path: root/themes
diff options
context:
space:
mode:
Diffstat (limited to 'themes')
-rw-r--r--themes/fledermaus/htdocs/luci-static/fledermaus/cascade.css4
-rw-r--r--themes/openwrt-light/htdocs/luci-static/openwrt-light/cascade.css4
-rw-r--r--themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css4
3 files changed, 12 insertions, 0 deletions
diff --git a/themes/fledermaus/htdocs/luci-static/fledermaus/cascade.css b/themes/fledermaus/htdocs/luci-static/fledermaus/cascade.css
index 4663ff583..7deeaebea 100644
--- a/themes/fledermaus/htdocs/luci-static/fledermaus/cascade.css
+++ b/themes/fledermaus/htdocs/luci-static/fledermaus/cascade.css
@@ -507,6 +507,10 @@ td.cbi-value-error {
padding: 3px;
}
+ul.cbi-apply {
+ font-size: 90%;
+}
+
.right {
text-align: right;
}
diff --git a/themes/openwrt-light/htdocs/luci-static/openwrt-light/cascade.css b/themes/openwrt-light/htdocs/luci-static/openwrt-light/cascade.css
index dd6fe5e9b..064b4e63c 100644
--- a/themes/openwrt-light/htdocs/luci-static/openwrt-light/cascade.css
+++ b/themes/openwrt-light/htdocs/luci-static/openwrt-light/cascade.css
@@ -492,6 +492,10 @@ td.cbi-value-error {
padding: 3px;
}
+ul.cbi-apply {
+ font-size: 90%;
+}
+
.right {
text-align: right;
}
diff --git a/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css b/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css
index bc01339e7..3f44f202e 100644
--- a/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css
+++ b/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css
@@ -222,6 +222,10 @@ div#content ul {
background-color: inherit;
}
+ul.cbi-apply {
+ font-size: 90%;
+}
+
input[type=submit],
input[type=reset],
input[type=image],