Skip to content
Snippets Groups Projects
Commit c542c43b authored by Stuffed's avatar Stuffed
Browse files

Style the buttons to be more flat

parent 329da0fb
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,6 @@
border: #555 solid 0.5px;
border-top-width: 0;
vertical-align: top;
background: linear-gradient(transparent,#222);
-moz-user-select: none;
min-width: 79px; /* 80px - 1px for border */
display: inline-block;
......@@ -62,11 +61,11 @@
}
.optionMacroOption:hover {
background: linear-gradient(#2F2F2F,#111);
background: #2F2F2F;
}
.optionMacroSelected {
background: linear-gradient(#2F2F2F,#111);
background: #2F2F2F;
padding: 0 10px;
min-width: 80px;
cursor: pointer;
......@@ -80,7 +79,7 @@
.optionValue input {
padding: 3px;
background: linear-gradient(transparent,#222);
background: transparent;
border: #555 solid 0.5px;
border-top-width: 0;
min-width: unset;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment