--- a/src/widgets/CurrentSegmentInfobox.css Mon Sep 21 18:24:32 2015 +0200
+++ b/src/widgets/CurrentSegmentInfobox.css Mon Sep 21 18:25:06 2015 +0200
@@ -112,6 +112,33 @@
width: 80px;
}
+.Ldt-CurrentSegmentInfobox-EditButton{
+ float: right;
+ display: inline-block;
+ background-color: #d93c71;
+ color: #ffffff;
+ cursor: pointer;
+ height: 18px;
+ width: 95px;
+ font-size: 14px;
+ border: 1px solid;
+ border-color: #eca3bc #631e34 #36101c #e16e93;
+ cursor: pointer;
+ margin-right: 5px;
+ margin-left: 5px;
+ margin-bottom: 5px;
+ margin-top: 5px;
+ padding: 4px;
+ text-align: center;
+ vertical-align: middle;
+ line-height: 18px;
+}
+
+.Ldt-CurrentSegmentInfobox-EditButton:hover{
+ background-color: #e15581;
+ border-color: #222222 #e87d9f #f0adc3 #68273c;
+}
+
.Ldt-CurrentSegmentInfobox-CreateTagButton:hover, .Ldt-CurrentSegmentInfobox-CancelButton:hover,
.Ldt-CurrentSegmentInfobox-SubmitButton:hover{
background-color: #e15581;