mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-25 10:09:20 +03:00
Simple fixes
This commit is contained in:
parent
b28d4f8cf3
commit
9e38a59df3
4 changed files with 46 additions and 8 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue