mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Remove the gradient
// FREEBIE
This commit is contained in:
@@ -45,7 +45,7 @@ body {
|
||||
color: inherit;
|
||||
|
||||
&:hover {
|
||||
background-color: rgba(darken($blue, 10%), 0.8);
|
||||
background-color: rgba(0,0,0, 0.2);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -97,7 +97,7 @@ button.back {
|
||||
position: relative;
|
||||
float: right;
|
||||
height: 36px;
|
||||
padding-left: 8px;
|
||||
padding-right: 8px;
|
||||
|
||||
|
||||
.hamburger {
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
border-radius: $header-height;
|
||||
|
||||
&:hover {
|
||||
background: $blue url('/images/refresh.png') center;
|
||||
background: url('/images/refresh.png') center;
|
||||
}
|
||||
}
|
||||
.connecting .icon {
|
||||
@@ -155,7 +155,7 @@ input.search {
|
||||
.index {
|
||||
max-width: 1300px;
|
||||
color: $grey_d;
|
||||
background: linear-gradient(rgba(46,172,224,1.0) 50%, rgba(160,228,208,1.0) 100%);
|
||||
background: #2eace0;
|
||||
|
||||
.gutter .new-group-update-form {
|
||||
display: none;
|
||||
|
||||
@@ -52,7 +52,7 @@ body {
|
||||
-webkit-app-region: no-drag;
|
||||
color: inherit; }
|
||||
#header button:hover {
|
||||
background-color: rgba(19, 117, 196, 0.8); }
|
||||
background-color: rgba(0, 0, 0, 0.2); }
|
||||
|
||||
.window-controls {
|
||||
float: right; }
|
||||
@@ -91,7 +91,7 @@ button.back {
|
||||
position: relative;
|
||||
float: right;
|
||||
height: 36px;
|
||||
padding-left: 8px; }
|
||||
padding-right: 8px; }
|
||||
.menu .hamburger {
|
||||
width: 36px;
|
||||
height: 36px;
|
||||
@@ -454,7 +454,7 @@ img.emoji {
|
||||
padding-left: 20px;
|
||||
border-radius: 36px; }
|
||||
.socket-status *:hover {
|
||||
background: #2090ea url("/images/refresh.png") center; }
|
||||
background: url("/images/refresh.png") center; }
|
||||
.socket-status .connecting .icon {
|
||||
background-color: #2090ea; }
|
||||
.socket-status .closing {
|
||||
@@ -539,7 +539,7 @@ input.search {
|
||||
.index {
|
||||
max-width: 1300px;
|
||||
color: #454545;
|
||||
background: linear-gradient(#2eace0 50%, #a0e4d0 100%); }
|
||||
background: #2eace0; }
|
||||
.index .gutter .new-group-update-form {
|
||||
display: none;
|
||||
padding: 0.5em; }
|
||||
|
||||
Reference in New Issue
Block a user