Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeanon committed Jan 29, 2024
1 parent 4033c03 commit 9ecc404
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions styles/LynxBot-Darker/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -132,18 +132,17 @@ textview .time {
}

.horizontal_togglebuttons_active {
background-color: @active;
border-color: #424242;
border-style: solid;
background-color: rgba(0,0,0,0);
font-weight: 600;
}

.horizontal_togglebuttons {
background-image: none;
background-color: @bg;
margin: .25em;
padding: .2em .5em 0;
border-radius: 0;
border: 0;
-gtk-icon-shadow: none;}
background-color: rgba(0,0,0,0.5);
border-color: #252525;
border-radius: .25em;
}

.tempbutton_top, .tempbutton, .tempbutton_bottom, .distbutton_top, .distbutton, .distbutton_bottom {
border-color: #545454;
Expand Down

0 comments on commit 9ecc404

Please sign in to comment.