Skip to content
Snippets Groups Projects
Commit 23fbfed0 authored by Gabriel Engel's avatar Gabriel Engel
Browse files

css formating

parent 0a03d125
No related branches found
No related tags found
No related merge requests found
......@@ -1024,13 +1024,11 @@ a.github-fork {
}
.wrapper {
padding: 1em;
label {
color: #FFFFFF;
margin-top: 1em;
display: inline-block;
}
.selected-users {
min-height: 1em;
li {
......@@ -1045,7 +1043,6 @@ a.github-fork {
}
}
}
.buttons {
text-align: center;
margin-top: 1em;
......@@ -1443,7 +1440,7 @@ a.github-fork {
-moz-user-select: text;
-ms-user-select: text;
user-select: text;
.input-message-editing{
.input-message-editing {
display: block;
resize: none;
padding-top: 9px;
......@@ -2398,13 +2395,24 @@ a.github-fork {
border-bottom: 1px solid #DFDFDF;
font-family: "Roboto";
font-weight: 300;
&.error {
border-bottom: 1px solid #b40202;
&::-webkit-input-placeholder { color: #b40202; }
&:-moz-placeholder { color: #b40202; } /* Firefox 18- */
&::-moz-placeholder { color: #b40202; } /* Firefox 19+ */
&:-ms-input-placeholder { color: #b40202; }
&::-webkit-input-placeholder {
color: #b40202;
}
&:-moz-placeholder {
color: #b40202;
}
/* Firefox 18- */
&::-moz-placeholder {
color: #b40202;
}
/* Firefox 19+ */
&:-ms-input-placeholder {
color: #b40202;
}
}
}
input:-webkit-autofill {
......
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