summaryrefslogtreecommitdiffstats
path: root/core/css/inputs.scss
diff options
context:
space:
mode:
Diffstat (limited to 'core/css/inputs.scss')
-rw-r--r--core/css/inputs.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/css/inputs.scss b/core/css/inputs.scss
index c0576f01b09..7b74d645481 100644
--- a/core/css/inputs.scss
+++ b/core/css/inputs.scss
@@ -149,6 +149,11 @@ input[type='reset'] {
cursor: pointer;
box-sizing: border-box;
background-color: nc-darken($color-main-background, 3%);
+ &.icon-confirm:not(:empty),
+ &.icon-confirm[value]:not([value=""]) {
+ background-position: calc(100% - 6px) center;
+ padding-right: 30px;
+ }
}
/* Buttons */