Skip to content

Commit

Permalink
Fixed Bugs with Switch
Browse files Browse the repository at this point in the history
  • Loading branch information
arunsivaramanneo committed Sep 29, 2018
1 parent f88952c commit ed817a5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Files/gtk.css
Original file line number Diff line number Diff line change
Expand Up @@ -855,16 +855,16 @@ frame.flat > border {
switch {

transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
min-width: 16px;
min-height: 16px;
min-width: 12px;
min-height: 12px;
border-radius:100px;
background-color: alpha(currentColor, 0.3);
background-clip: padding-box;
font-size: 0; }

headerbar switch {

margin: 5px 0;
margin: 2px 0;
border: 4px solid transparent;}

switch:disabled {
Expand All @@ -880,7 +880,7 @@ switch:checked {
switch:checked:disabled {


background-color: rgba(12, 170, 240, 0.2);
background-color: rgba(92, 170, 240, 0.2);
color: rgba(0, 0, 0, 0.32); }

switch slider {
Expand Down
2 changes: 1 addition & 1 deletion install
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ file1="/usr/share/gpu-viewer"
file4="/usr/bin/vulkaninfo"
file5="/home/$user/Desktop/gpu-viewer.desktop"
file6="/usr/bin/gpu-viewer"
echo "************************GPU Viewer 1.13 - copyright (c) 2017-2018 - Arun Sivaraman****************************"
echo "************************GPU Viewer 1.14 - copyright (c) 2017-2018 - Arun Sivaraman****************************"
if [ ! -d "$file1" ]
then

Expand Down

0 comments on commit ed817a5

Please sign in to comment.