Commit e495ee2a authored by Nicolas Widart's avatar Nicolas Widart

Changing some minor styling

parent 759487be
......@@ -40,9 +40,6 @@
font-weight: bold;
border: 1px solid #ccc;
background: #fafafa;
background: -webkit-linear-gradient(top, #fafafa 0%, #eeeeee 100%);
background: -moz-linear-gradient(top, #fafafa 0%, #eeeeee 100%);
background: linear-gradient(top, #fafafa 0%, #eeeeee 100%);
-webkit-border-radius: 3px;
border-radius: 3px;
box-sizing: border-box;
......@@ -51,6 +48,7 @@
.dd-handle:hover {
color: #2ea8e5;
background: #fff;
cursor: move;
}
.dd-item > button {
display: block;
......
......@@ -45,9 +45,6 @@
font-weight: bold;
border: 1px solid #ccc;
background: #fafafa;
background: -webkit-linear-gradient(top, #fafafa 0%, #eee 100%);
background: -moz-linear-gradient(top, #fafafa 0%, #eee 100%);
background: linear-gradient(top, #fafafa 0%, #eee 100%);
-webkit-border-radius: 3px;
border-radius: 3px;
box-sizing: border-box;
......@@ -57,6 +54,7 @@
.dd-handle:hover {
color: #2ea8e5;
background: #fff;
cursor: move;
}
.dd-item > button {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment