summaryrefslogtreecommitdiffstats
path: root/public/less
diff options
context:
space:
mode:
Diffstat (limited to 'public/less')
-rw-r--r--public/less/_repository.less28
1 files changed, 28 insertions, 0 deletions
diff --git a/public/less/_repository.less b/public/less/_repository.less
index 263f1223d9..c3669760ae 100644
--- a/public/less/_repository.less
+++ b/public/less/_repository.less
@@ -137,4 +137,32 @@
}
}
}
+}
+
+.edit-label.modal {
+ .color-picker {
+ margin-top: -8px!important;
+ height: 35px;
+ width: auto!important;
+ padding-left: 30px!important;
+ }
+ .minicolors-swatch.minicolors-sprite {
+ top: 1px;
+ left: 10px;
+ width: 15px;
+ height: 15px;
+ }
+ .precolors {
+ margin-bottom: -11px!important;
+ padding-left: 0!important;
+ padding-right: 0!important;
+ margin-right: 10px!important;
+ width: 120px!important;
+ .color {
+ float: left;
+ margin: 0!important;
+ width: 15px;
+ height: 15px;
+ }
+ }
} \ No newline at end of file