mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-13 15:29:53 +01:00
Remove bold text on buttons and tabs
This commit is contained in:
@@ -222,7 +222,7 @@
|
|||||||
//
|
//
|
||||||
// normal button
|
// normal button
|
||||||
//
|
//
|
||||||
font-weight: bold;
|
font-weight: normal;
|
||||||
color: $tc;
|
color: $tc;
|
||||||
background-color: mix($bg_color, $base_color, 15%);
|
background-color: mix($bg_color, $base_color, 15%);
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
@@ -263,7 +263,7 @@
|
|||||||
border-radius: 23px;
|
border-radius: 23px;
|
||||||
background: linear-gradient(to right, #eee90a, $selected_bg_color) ;
|
background: linear-gradient(to right, #eee90a, $selected_bg_color) ;
|
||||||
box-shadow: 0px 2px 4px transparentize($selected_bg_color, 0.02);
|
box-shadow: 0px 2px 4px transparentize($selected_bg_color, 0.02);
|
||||||
color: rgb(250, 250, 250);
|
color: rgb(255, 255, 255);
|
||||||
}
|
}
|
||||||
|
|
||||||
@else if $t==backdrop-header {
|
@else if $t==backdrop-header {
|
||||||
|
|||||||
@@ -268,7 +268,7 @@ button {
|
|||||||
border: 1px solid rgba(12, 14, 21, 0.8);
|
border: 1px solid rgba(12, 14, 21, 0.8);
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
|
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
|
||||||
font-weight: bold;
|
font-weight: normal;
|
||||||
color: #C3C7D1;
|
color: #C3C7D1;
|
||||||
background-color: #181b28;
|
background-color: #181b28;
|
||||||
text-shadow: none; }
|
text-shadow: none; }
|
||||||
@@ -991,13 +991,13 @@ button {
|
|||||||
background-position: left 3px, left 2px; }
|
background-position: left 3px, left 2px; }
|
||||||
|
|
||||||
toolbar button:hover {
|
toolbar button:hover {
|
||||||
font-weight: bold;
|
font-weight: normal;
|
||||||
color: #C3C7D1;
|
color: #C3C7D1;
|
||||||
background-color: #181b28;
|
background-color: #181b28;
|
||||||
text-shadow: none; }
|
text-shadow: none; }
|
||||||
|
|
||||||
toolbar button:active {
|
toolbar button:active {
|
||||||
font-weight: bold;
|
font-weight: normal;
|
||||||
color: #C3C7D1;
|
color: #C3C7D1;
|
||||||
background-color: #181b28;
|
background-color: #181b28;
|
||||||
text-shadow: none; }
|
text-shadow: none; }
|
||||||
@@ -1638,7 +1638,7 @@ colorswatch#add-color-button {
|
|||||||
colorswatch#add-color-button:only-child {
|
colorswatch#add-color-button:only-child {
|
||||||
border-radius: 5px; }
|
border-radius: 5px; }
|
||||||
colorswatch#add-color-button overlay {
|
colorswatch#add-color-button overlay {
|
||||||
font-weight: bold;
|
font-weight: normal;
|
||||||
color: #C3C7D1;
|
color: #C3C7D1;
|
||||||
background-color: #181b28;
|
background-color: #181b28;
|
||||||
text-shadow: none; }
|
text-shadow: none; }
|
||||||
@@ -2435,7 +2435,7 @@ headerbar {
|
|||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
font-weight: bold;
|
font-weight: normal;
|
||||||
color: white;
|
color: white;
|
||||||
background-color: #181b28;
|
background-color: #181b28;
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
@@ -2481,7 +2481,7 @@ headerbar {
|
|||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
font-weight: bold;
|
font-weight: normal;
|
||||||
color: white;
|
color: white;
|
||||||
background-color: #181b28;
|
background-color: #181b28;
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
@@ -3152,7 +3152,7 @@ notebook > header {
|
|||||||
padding: 1px 12px;
|
padding: 1px 12px;
|
||||||
outline-offset: -5px;
|
outline-offset: -5px;
|
||||||
color: #6d707b;
|
color: #6d707b;
|
||||||
font-weight: bold;
|
font-weight: normal;
|
||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
border-color: transparent; }
|
border-color: transparent; }
|
||||||
notebook > header tab:hover {
|
notebook > header tab:hover {
|
||||||
@@ -4681,7 +4681,7 @@ entry selection, row:selected, treeview.view:selected:focus, treeview.view:selec
|
|||||||
entry selection:focus,
|
entry selection:focus,
|
||||||
entry selection, row:selected, treeview.view:selected:focus, treeview.view:selected {
|
entry selection, row:selected, treeview.view:selected:focus, treeview.view:selected {
|
||||||
color: #fefefe;
|
color: #fefefe;
|
||||||
font-weight: bold; }
|
font-weight: normal; }
|
||||||
row:selected label:disabled, label:disabled:selected, .selection-mode button.titlebutton:disabled, iconview:disabled:selected:focus, .view:disabled:selected, iconview:disabled:selected, iconview text:disabled:selected:focus,
|
row:selected label:disabled, label:disabled:selected, .selection-mode button.titlebutton:disabled, iconview:disabled:selected:focus, .view:disabled:selected, iconview:disabled:selected, iconview text:disabled:selected:focus,
|
||||||
textview text:disabled:selected:focus, .view text:disabled:selected, iconview text:disabled:selected,
|
textview text:disabled:selected:focus, .view text:disabled:selected, iconview text:disabled:selected,
|
||||||
textview text:disabled:selected, iconview text selection:disabled:focus, .view text selection:disabled, iconview text selection:disabled,
|
textview text:disabled:selected, iconview text selection:disabled:focus, .view text selection:disabled, iconview text selection:disabled,
|
||||||
@@ -5255,7 +5255,7 @@ button.raven-trigger {
|
|||||||
border-radius: 23px;
|
border-radius: 23px;
|
||||||
background: linear-gradient(to right, #eee90a, #f7b922);
|
background: linear-gradient(to right, #eee90a, #f7b922);
|
||||||
box-shadow: 0px 2px 4px rgba(247, 185, 34, 0.98);
|
box-shadow: 0px 2px 4px rgba(247, 185, 34, 0.98);
|
||||||
color: #fafafa; }
|
color: white; }
|
||||||
.raven list {
|
.raven list {
|
||||||
color: white;
|
color: white;
|
||||||
background-color: transparent; }
|
background-color: transparent; }
|
||||||
@@ -5643,7 +5643,7 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled
|
|||||||
border-radius: 23px;
|
border-radius: 23px;
|
||||||
background: linear-gradient(to right, #eee90a, #f7b922);
|
background: linear-gradient(to right, #eee90a, #f7b922);
|
||||||
box-shadow: 0px 2px 4px rgba(247, 185, 34, 0.98);
|
box-shadow: 0px 2px 4px rgba(247, 185, 34, 0.98);
|
||||||
color: #fafafa; }
|
color: white; }
|
||||||
.nautilus-window .titlebar .path-bar-box widget > .text-button:last-child:backdrop, .nautilus-window .titlebar .path-bar-box widget > .text-button:last-child:backdrop label,
|
.nautilus-window .titlebar .path-bar-box widget > .text-button:last-child:backdrop, .nautilus-window .titlebar .path-bar-box widget > .text-button:last-child:backdrop label,
|
||||||
.nautilus-window .titlebar .path-bar-box widget > .text-button:last-child:active:backdrop,
|
.nautilus-window .titlebar .path-bar-box widget > .text-button:last-child:active:backdrop,
|
||||||
.nautilus-window .titlebar .path-bar-box widget > .text-button:last-child:active:backdrop label,
|
.nautilus-window .titlebar .path-bar-box widget > .text-button:last-child:active:backdrop label,
|
||||||
@@ -6160,7 +6160,7 @@ ConversationListView {
|
|||||||
border-width: 1px 1px 0 1px; }
|
border-width: 1px 1px 0 1px; }
|
||||||
|
|
||||||
#content_frame button {
|
#content_frame button {
|
||||||
font-weight: bold;
|
font-weight: normal;
|
||||||
color: #C3C7D1;
|
color: #C3C7D1;
|
||||||
background-color: #181b28;
|
background-color: #181b28;
|
||||||
text-shadow: none; }
|
text-shadow: none; }
|
||||||
|
|||||||
@@ -268,7 +268,7 @@ button {
|
|||||||
border: 1px solid rgba(0, 0, 0, 0.13);
|
border: 1px solid rgba(0, 0, 0, 0.13);
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
|
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
|
||||||
font-weight: bold;
|
font-weight: normal;
|
||||||
color: #31363D;
|
color: #31363D;
|
||||||
background-color: #eaeff3;
|
background-color: #eaeff3;
|
||||||
text-shadow: none; }
|
text-shadow: none; }
|
||||||
@@ -994,13 +994,13 @@ button {
|
|||||||
background-position: left 3px, left 4px; }
|
background-position: left 3px, left 4px; }
|
||||||
|
|
||||||
toolbar button:hover {
|
toolbar button:hover {
|
||||||
font-weight: bold;
|
font-weight: normal;
|
||||||
color: #31363D;
|
color: #31363D;
|
||||||
background-color: #eaeff3;
|
background-color: #eaeff3;
|
||||||
text-shadow: none; }
|
text-shadow: none; }
|
||||||
|
|
||||||
toolbar button:active {
|
toolbar button:active {
|
||||||
font-weight: bold;
|
font-weight: normal;
|
||||||
color: #31363D;
|
color: #31363D;
|
||||||
background-color: #eaeff3;
|
background-color: #eaeff3;
|
||||||
text-shadow: none; }
|
text-shadow: none; }
|
||||||
@@ -1645,7 +1645,7 @@ colorswatch#add-color-button {
|
|||||||
colorswatch#add-color-button:only-child {
|
colorswatch#add-color-button:only-child {
|
||||||
border-radius: 5px; }
|
border-radius: 5px; }
|
||||||
colorswatch#add-color-button overlay {
|
colorswatch#add-color-button overlay {
|
||||||
font-weight: bold;
|
font-weight: normal;
|
||||||
color: #31363D;
|
color: #31363D;
|
||||||
background-color: #eaeff3;
|
background-color: #eaeff3;
|
||||||
text-shadow: none; }
|
text-shadow: none; }
|
||||||
@@ -2442,7 +2442,7 @@ headerbar {
|
|||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
font-weight: bold;
|
font-weight: normal;
|
||||||
color: white;
|
color: white;
|
||||||
background-color: #eaeff3;
|
background-color: #eaeff3;
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
@@ -2488,7 +2488,7 @@ headerbar {
|
|||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
font-weight: bold;
|
font-weight: normal;
|
||||||
color: white;
|
color: white;
|
||||||
background-color: #eaeff3;
|
background-color: #eaeff3;
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
@@ -3159,7 +3159,7 @@ notebook > header {
|
|||||||
padding: 1px 12px;
|
padding: 1px 12px;
|
||||||
outline-offset: -5px;
|
outline-offset: -5px;
|
||||||
color: #8c8e92;
|
color: #8c8e92;
|
||||||
font-weight: bold;
|
font-weight: normal;
|
||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
border-color: transparent; }
|
border-color: transparent; }
|
||||||
notebook > header tab:hover {
|
notebook > header tab:hover {
|
||||||
@@ -4705,7 +4705,7 @@ entry selection, row:selected, treeview.view:selected:focus, treeview.view:selec
|
|||||||
entry selection:focus,
|
entry selection:focus,
|
||||||
entry selection, row:selected, treeview.view:selected:focus, treeview.view:selected {
|
entry selection, row:selected, treeview.view:selected:focus, treeview.view:selected {
|
||||||
color: #fefefe;
|
color: #fefefe;
|
||||||
font-weight: bold;
|
font-weight: normal;
|
||||||
outline-color: rgba(254, 254, 254, 0.3); }
|
outline-color: rgba(254, 254, 254, 0.3); }
|
||||||
row:selected label:disabled, label:disabled:selected, .selection-mode button.titlebutton:disabled, iconview:disabled:selected:focus, .view:disabled:selected, iconview:disabled:selected, iconview text:disabled:selected:focus,
|
row:selected label:disabled, label:disabled:selected, .selection-mode button.titlebutton:disabled, iconview:disabled:selected:focus, .view:disabled:selected, iconview:disabled:selected, iconview text:disabled:selected:focus,
|
||||||
textview text:disabled:selected:focus, .view text:disabled:selected, iconview text:disabled:selected,
|
textview text:disabled:selected:focus, .view text:disabled:selected, iconview text:disabled:selected,
|
||||||
@@ -5280,7 +5280,7 @@ button.raven-trigger {
|
|||||||
border-radius: 23px;
|
border-radius: 23px;
|
||||||
background: linear-gradient(to right, #eee90a, #f7b922);
|
background: linear-gradient(to right, #eee90a, #f7b922);
|
||||||
box-shadow: 0px 2px 4px rgba(247, 185, 34, 0.98);
|
box-shadow: 0px 2px 4px rgba(247, 185, 34, 0.98);
|
||||||
color: #fafafa; }
|
color: white; }
|
||||||
.raven list {
|
.raven list {
|
||||||
color: #929ba8;
|
color: #929ba8;
|
||||||
background-color: transparent; }
|
background-color: transparent; }
|
||||||
@@ -5668,7 +5668,7 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled
|
|||||||
border-radius: 23px;
|
border-radius: 23px;
|
||||||
background: linear-gradient(to right, #eee90a, #f7b922);
|
background: linear-gradient(to right, #eee90a, #f7b922);
|
||||||
box-shadow: 0px 2px 4px rgba(247, 185, 34, 0.98);
|
box-shadow: 0px 2px 4px rgba(247, 185, 34, 0.98);
|
||||||
color: #fafafa; }
|
color: white; }
|
||||||
.nautilus-window .titlebar .path-bar-box widget > .text-button:last-child:backdrop, .nautilus-window .titlebar .path-bar-box widget > .text-button:last-child:backdrop label,
|
.nautilus-window .titlebar .path-bar-box widget > .text-button:last-child:backdrop, .nautilus-window .titlebar .path-bar-box widget > .text-button:last-child:backdrop label,
|
||||||
.nautilus-window .titlebar .path-bar-box widget > .text-button:last-child:active:backdrop,
|
.nautilus-window .titlebar .path-bar-box widget > .text-button:last-child:active:backdrop,
|
||||||
.nautilus-window .titlebar .path-bar-box widget > .text-button:last-child:active:backdrop label,
|
.nautilus-window .titlebar .path-bar-box widget > .text-button:last-child:active:backdrop label,
|
||||||
@@ -6185,7 +6185,7 @@ ConversationListView {
|
|||||||
border-width: 1px 1px 0 1px; }
|
border-width: 1px 1px 0 1px; }
|
||||||
|
|
||||||
#content_frame button {
|
#content_frame button {
|
||||||
font-weight: bold;
|
font-weight: normal;
|
||||||
color: #31363D;
|
color: #31363D;
|
||||||
background-color: #eaeff3;
|
background-color: #eaeff3;
|
||||||
text-shadow: none; }
|
text-shadow: none; }
|
||||||
|
|||||||
@@ -153,7 +153,7 @@ notebook {
|
|||||||
outline-offset: -5px;
|
outline-offset: -5px;
|
||||||
|
|
||||||
color: $insensitive_fg_color;
|
color: $insensitive_fg_color;
|
||||||
font-weight: bold;
|
font-weight: normal;
|
||||||
|
|
||||||
border-width: 1px; // for reorderable tabs
|
border-width: 1px; // for reorderable tabs
|
||||||
border-color: transparent; //
|
border-color: transparent; //
|
||||||
|
|||||||
@@ -119,7 +119,7 @@ headerbar.selection-mode button.titlebutton,
|
|||||||
|
|
||||||
@at-root %nobg_selected_items, & {
|
@at-root %nobg_selected_items, & {
|
||||||
color: $selected_fg_color;
|
color: $selected_fg_color;
|
||||||
font-weight: bold;
|
font-weight: normal;
|
||||||
//&:hover{background-color: transparent;}
|
//&:hover{background-color: transparent;}
|
||||||
@if $variant == 'light' { outline-color: transparentize($selected_fg_color, 0.7); }
|
@if $variant == 'light' { outline-color: transparentize($selected_fg_color, 0.7); }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user