Skip to content

Instantly share code, notes, and snippets.

@vpodolyan
Last active April 27, 2016 14:16
Show Gist options
  • Select an option

  • Save vpodolyan/c2b8277011cfeea4a9e63cbd7be1e220 to your computer and use it in GitHub Desktop.

Select an option

Save vpodolyan/c2b8277011cfeea4a9e63cbd7be1e220 to your computer and use it in GitHub Desktop.
Untitled
a {
display: inline;
padding: 5px 10px;
line-height: 1px;
background-color: #007fc7;
border-radius: 3px;
border: solid 1px #007fc7;
height: 36px;
color: #fff;
font-size: 16px;
text-align: center;
}
a.inactive {
background-color: #dbedf9; /* newui_palette_31: */
color: #202969; /* @newui_palette_15: */
border: solid 1px #dbedf9; /* newui_palette_31: */
}
input {
border: 1px solid #3399cc; /* @newui_palette_01 */
border-radius: 3px;
padding: 5px 10px;
color: #33333; /* newui_palette_23 */
}
input.inactive {
background-color: #888;
border-color: #999999;
}
<a>Lorem Ipsum</a>
<a class="inactive">Lorem Ipsum</a>
<input value="Lorem ipsum"/>
<input class="inactive" value="Lorem ipsum dissativa"/>
// alert('Hello world!');
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment