Skip to content

Commit

Permalink
Big Sur icons for the settings window
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Rappaport committed Mar 14, 2021
1 parent 2421b15 commit 74019fa
Show file tree
Hide file tree
Showing 24 changed files with 23 additions and 50 deletions.
Binary file modified app-icons/Calendar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app-icons/Carrot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app-icons/FaceTime.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app-icons/Facebook.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app-icons/Fantastical.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app-icons/Finder.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app-icons/Firefox.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app-icons/Google Chrome Canary.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app-icons/Google Chrome.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app-icons/Mail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app-icons/Maps.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app-icons/Messages.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app-icons/Messenger.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app-icons/News.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app-icons/Reminders.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app-icons/Safari Technology Preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app-icons/Safari.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app-icons/Slack.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app-icons/Spark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app-icons/Trello.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app-icons/Tumblr.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app-icons/Twitch.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app-icons/Twitter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
73 changes: 23 additions & 50 deletions gc-btt-settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
color: rgba(180, 179, 178, 1);
}

h3:first-of-type {
section:first-of-type h3 {
margin-top: 0;
}

Expand Down Expand Up @@ -206,12 +206,15 @@
}

section {
margin-top: 24px;
position: relative;
}

section:first-of-type {
margin-top: 0;
section small:last-of-type {
margin-bottom: 0;
}

#dock-badges small:first-of-type {
margin-bottom: 16px;
}

.tabcontent ul {
Expand All @@ -225,7 +228,8 @@
}

.tabcontent ul li {
padding: 8px;
padding: 8px 8px 8px 0;
margin: 0 0 0 16px;
border-bottom: 1px solid rgba(255,255,255,.1);
}

Expand All @@ -240,13 +244,13 @@
margin-right: 12px;
}

.tabcontent ul li .tbicon {
.tabcontent ul li .tbicon,
.tabcontent ul li .tbscreenshot {
background: #000;
border-radius: 6px;
overflow: hidden;
display: inline-block;
min-width: 36px;
margin-left: 8px;
object-position: center center;
}

Expand All @@ -258,35 +262,31 @@
position: relative;
object-position: center center;
}
.tabcontent ul li .tbscreenshot {
background: #000;
border-radius: 6px;
}

img.invert {
filter: invert();
.tabcontent ul li .tbscreenshot img {
width: calc(100% - 8px);
height: auto;
padding: 4px;
}

.tokenlist {
display: flex;
flex-wrap: wrap;
padding-bottom: 8px;
.invert {
filter: invert();
}

.form-switch a {
li.form-switch a {
line-height: 36px;
color: #fff;
text-decoration: none;
background: none;
}

.form-switch .description {
li.form-switch .description {
position: relative;
top: -8px;
margin-bottom: -8px;
}

.form-switch .description small {
li.form-switch .description small {
margin-top: -8px;
}

Expand Down Expand Up @@ -386,33 +386,6 @@
background: #1485FF;
}

section p {
margin: 12px 0;
}

section p:first-of-type {
margin-top: 0;
}

section p:last-of-type {
margin-bottom: 0;
}

section small {
margin-bottom: 0;
}

/* Single Page Style Overrides */
#about {
margin-top: -64px;
}

#about a {
background: none;
display: inline;
font-size: 13px;
color: rgba(16, 133, 255, 1);
}

/* Toggle Switch Styles */
label, .form-switch {
Expand Down Expand Up @@ -734,10 +707,10 @@ <h3>Window Snapping</h3>
</ul>
</section>
<section>
<h3>Advanced</h3>
<ul class="tokenlist">
<h3>Restore</h3>
<ul>
<li>
<span style="width:100%;text-align:center;margin-bottom:8px;margin-right:0;" class="token selected" onClick="triggerPresetAndRefreshSettingsWindow('Check All Settings');">Check For Existing Settings</span>
<span class="token selected" onClick="triggerPresetAndRefreshSettingsWindow('Check All Settings');">Check For Existing Settings</span>
</li>
</ul>
<small>Run "Check For Existing Settings" if your settings did not automatically restore after upgrading.</small>
Expand Down

0 comments on commit 74019fa

Please sign in to comment.