Fix settings pages. sidebar withou shadow.

This commit is contained in:
Gustavo Maximiliano Cortez 2014-12-07 20:46:20 -03:00
commit c6dd1164a9
6 changed files with 52 additions and 19 deletions

View file

@ -1695,12 +1695,18 @@ a.text-warning:hover {color: #FD7262;}
top: 2px;
}
.createProfile .input, .home .input {
.createProfile .input,
.home .input,
.import-profile .input,
.settings .input {
box-shadow: 0px 0px 0px 3px #213140, inset 1px 1px 0px 0px rgba(0,0,0,0.05);
border-radius: 3px;
}
.createProfile h2, .home h2 {
.createProfile h2,
.home h2,
.import-profile h2,
.settings h2 {
font-weight: 700;
font-size: 14px;
color: #A5B2BF;
@ -1711,7 +1717,10 @@ a.text-warning:hover {color: #FD7262;}
text-align: center;
}
.createProfile a.text-gray:hover, .home a.text-gray:hover {
.createProfile a.text-gray:hover,
.home a.text-gray:hover,
.import-profile a.text-gray:hover,
.settings a.text-gray:hover {
color: #fff;
}
@ -1794,4 +1803,19 @@ a.text-warning:hover {color: #FD7262;}
.line-none {
border: none;
box-shadow: none;
}
}
.settings fieldset {
border: 1px solid #425467;
}
.settings fieldset legend {
background: transparent;
color: #A5B2BF;
}
.settings label {
color: #A5B2BF;
font-weight: normal;
}