aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--core/css/apps.scss1
-rw-r--r--core/css/inputs.scss1
2 files changed, 2 insertions, 0 deletions
diff --git a/core/css/apps.scss b/core/css/apps.scss
index 93e60fbfbf1..115e2b64f0f 100644
--- a/core/css/apps.scss
+++ b/core/css/apps.scss
@@ -620,6 +620,7 @@ em {
height: auto;
margin: 0;
font-weight: inherit;
+ box-shadow: none;
/* prevent .action class to break the design */
&.action {
padding: inherit !important;
diff --git a/core/css/inputs.scss b/core/css/inputs.scss
index 98543f4d5e5..a1af00298e5 100644
--- a/core/css/inputs.scss
+++ b/core/css/inputs.scss
@@ -140,6 +140,7 @@ button, .button {
&[class*=' icon-'] {
display: inline-block;
vertical-align: text-bottom;
+ opacity: 0.5;
}
}
}