Simple fixes

This commit is contained in:
RainLoop Team 2016-08-30 23:24:02 +03:00
parent b28d4f8cf3
commit 9e38a59df3
4 changed files with 46 additions and 8 deletions

View file

@ -259,11 +259,13 @@ html.glass {
@glass-m-color: rgba(255, 255, 255, .8) !important;
.thm-login {
border: none !important;
background: none !important;
background: rgba(0, 0, 0, .3) !important;
background: rgba(0, 0, 0, .5) !important;
box-shadow: none !important;
border: none !important;
border: 1px solid rgba(255, 255, 255, .2) !important;
.controls {
.input-append .add-on i {
color: @glass-m-color;
@ -272,8 +274,6 @@ html.glass {
box-shadow: none !important;
}
input {
border: 1px solid none !important;
background: none !important;
@ -323,6 +323,9 @@ html.glass {
color: @glass-color;
border-color: @glass-m-color;
text-transform: uppercase;
font-size: 13px;
&:hover, &:active{
border-color: @glass-color;
}