General updates
Fixed the 16x16px user-bookmarks icon, it was sym-linked to the 48x48px. Disabled 48x48px status icons and will let the scalable status icons take its place due to the poor image quality of the 48px icons. Set the -gtk-icon-style to regular for a few other widgets (see dialog vbox and popovers.) Adjusting the padding of images inside of an entry so letters typed in the entry won't sit so close. Deleted the swap file.
This commit is contained in:
parent
b0e9f6f88b
commit
5501303028
|
@ -311,10 +311,10 @@ Size=32
|
|||
Context=Status
|
||||
Type=Fixed
|
||||
|
||||
[status/48]
|
||||
Size=48
|
||||
Context=Status
|
||||
Type=Fixed
|
||||
#[status/48]
|
||||
#Size=48
|
||||
#Context=Status
|
||||
#Type=Fixed
|
||||
|
||||
[status/scalable]
|
||||
Size=48
|
||||
|
|
|
@ -1 +1 @@
|
|||
../../actions/48/help-about.png
|
||||
../../actions/16/help-about.png
|
|
@ -311,10 +311,10 @@ Size=32
|
|||
Context=Status
|
||||
Type=Fixed
|
||||
|
||||
[status/48]
|
||||
Size=48
|
||||
Context=Status
|
||||
Type=Fixed
|
||||
#[status/48]
|
||||
#Size=48
|
||||
#Context=Status
|
||||
#Type=Fixed
|
||||
|
||||
[status/scalable]
|
||||
Size=48
|
||||
|
|
|
@ -1 +1 @@
|
|||
../../actions/48/help-about.png
|
||||
../../actions/16/help-about.png
|
|
@ -149,7 +149,7 @@ toolbutton .toggle,
|
|||
border-bottom: 1px solid @border_bright;
|
||||
border-right: 1px solid @border_bright;
|
||||
box-shadow: inset 1px 1px @border_shade;
|
||||
background-color: @button_bg_color;
|
||||
background-color: @bg_bright;
|
||||
background-image: linear-gradient(45deg, @bg_color 25%, transparent 25%, transparent 75%, @bg_color 75%, @bg_color), linear-gradient(45deg, @bg_color 25%, transparent 25%, transparent 75%, @bg_color 75%, @bg_dark);
|
||||
background-size: 2px 2px;
|
||||
background-position: 0 0, 1px 1px; }
|
||||
|
@ -160,7 +160,7 @@ toolbutton .toggle,
|
|||
text-shadow: 1px 1px @bg_color; } /* The text shadow helps with reading text while against a checkered background. */
|
||||
toolbutton .toggle:checked:disabled {
|
||||
box-shadow: inset 1px 1px @border_shade;
|
||||
background-color: @button_bg_color;
|
||||
background-color: @bg_bright;
|
||||
background-image: linear-gradient(45deg, @bg_color 25%, transparent 25%, transparent 75%, @bg_color 75%, @bg_color), linear-gradient(45deg, @bg_color 25%, transparent 25%, transparent 75%, @bg_color 75%, @bg_dark);
|
||||
background-size: 2px 2px;
|
||||
background-position: 0 0, 1px 1px; }
|
||||
|
|
|
@ -25,6 +25,9 @@ entry {
|
|||
background-color: @bg_color;
|
||||
color: @text_color;
|
||||
background-image: none; }
|
||||
entry image {
|
||||
padding-left: 2px;
|
||||
padding-right: 2px; }
|
||||
|
||||
/* Some entry boxes have buttons beside them */
|
||||
/*combobox box.horizontal.linked > button,
|
||||
|
|
|
@ -47,4 +47,6 @@ headerbar,
|
|||
headerbar scale {
|
||||
margin-top: 4px;
|
||||
margin-bottom: -6px; }
|
||||
headerbar .titlebutton * {
|
||||
-gtk-icon-style: requested; }
|
||||
|
||||
|
|
|
@ -20,11 +20,19 @@ tooltip,
|
|||
border: 1px solid @border_dark;
|
||||
box-shadow: none; }
|
||||
|
||||
popover.background {
|
||||
background-color: @theme_tooltip_bg_color;
|
||||
border: 1px solid @border_dark;
|
||||
border-radius: 5px;
|
||||
box-shadow: 4px 4px @tooltip_bg_shade; }
|
||||
popover {
|
||||
-gtk-icon-style: regular; }
|
||||
popover.background {
|
||||
background-color: @theme_tooltip_bg_color;
|
||||
border: 1px solid @border_dark;
|
||||
border-radius: 5px;
|
||||
box-shadow: 4px 4px @tooltip_bg_shade; }
|
||||
popover button:checked {
|
||||
font-weight: bold;
|
||||
background-color: @bg_bright;
|
||||
background-image: linear-gradient(45deg, @bg_color 25%, transparent 25%, transparent 75%, @bg_color 75%, @bg_color), linear-gradient(45deg, @bg_color 25%, transparent 25%, transparent 75%, @bg_color 75%, @bg_dark);
|
||||
background-size: 2px 2px;
|
||||
background-position: 0 0, 1px 1px; }
|
||||
|
||||
modelbutton label {
|
||||
padding: 2px 6px; }
|
||||
|
|
|
@ -445,6 +445,9 @@ grid viewport box box textview {
|
|||
background-color: @bg_bright; }
|
||||
|
||||
/* dialog-vbox */
|
||||
|
||||
.dialog-vbox {
|
||||
-gtk-icon-style: regular; }
|
||||
.dialog-vbox flowbox flowboxchild:focus {
|
||||
outline-color: @selected_fg_color; }
|
||||
|
||||
|
|
Binary file not shown.
|
@ -149,7 +149,7 @@ toolbutton .toggle,
|
|||
border-bottom: 1px solid @border_bright;
|
||||
border-right: 1px solid @border_bright;
|
||||
box-shadow: inset 1px 1px @border_shade;
|
||||
background-color: @button_bg_color;
|
||||
background-color: @bg_bright;
|
||||
background-image: linear-gradient(45deg, @bg_color 25%, transparent 25%, transparent 75%, @bg_color 75%, @bg_color), linear-gradient(45deg, @bg_color 25%, transparent 25%, transparent 75%, @bg_color 75%, @bg_dark);
|
||||
background-size: 2px 2px;
|
||||
background-position: 0 0, 1px 1px; }
|
||||
|
@ -160,7 +160,7 @@ toolbutton .toggle,
|
|||
text-shadow: 1px 1px @bg_color; } /* The text shadow helps with reading text while against a checkered background. */
|
||||
toolbutton .toggle:checked:disabled {
|
||||
box-shadow: inset 1px 1px @border_shade;
|
||||
background-color: @button_bg_color;
|
||||
background-color: @bg_bright;
|
||||
background-image: linear-gradient(45deg, @bg_color 25%, transparent 25%, transparent 75%, @bg_color 75%, @bg_color), linear-gradient(45deg, @bg_color 25%, transparent 25%, transparent 75%, @bg_color 75%, @bg_dark);
|
||||
background-size: 2px 2px;
|
||||
background-position: 0 0, 1px 1px; }
|
||||
|
|
|
@ -25,6 +25,9 @@ entry {
|
|||
background-color: @bg_color;
|
||||
color: @text_color;
|
||||
background-image: none; }
|
||||
entry image {
|
||||
padding-left: 2px;
|
||||
padding-right: 2px; }
|
||||
|
||||
/* Some entry boxes have buttons beside them */
|
||||
/*combobox box.horizontal.linked > button,
|
||||
|
|
|
@ -47,4 +47,6 @@ headerbar,
|
|||
headerbar scale {
|
||||
margin-top: 4px;
|
||||
margin-bottom: -6px; }
|
||||
headerbar .titlebutton * {
|
||||
-gtk-icon-style: requested; }
|
||||
|
||||
|
|
|
@ -20,11 +20,19 @@ tooltip,
|
|||
border: 1px solid @border_dark;
|
||||
box-shadow: none; }
|
||||
|
||||
popover.background {
|
||||
background-color: @theme_tooltip_bg_color;
|
||||
border: 1px solid @border_dark;
|
||||
border-radius: 5px;
|
||||
box-shadow: 4px 4px @tooltip_bg_shade; }
|
||||
popover {
|
||||
-gtk-icon-style: regular; }
|
||||
popover.background {
|
||||
background-color: @theme_tooltip_bg_color;
|
||||
border: 1px solid @border_dark;
|
||||
border-radius: 5px;
|
||||
box-shadow: 4px 4px @tooltip_bg_shade; }
|
||||
popover button:checked {
|
||||
font-weight: bold;
|
||||
background-color: @bg_bright;
|
||||
background-image: linear-gradient(45deg, @bg_color 25%, transparent 25%, transparent 75%, @bg_color 75%, @bg_color), linear-gradient(45deg, @bg_color 25%, transparent 25%, transparent 75%, @bg_color 75%, @bg_dark);
|
||||
background-size: 2px 2px;
|
||||
background-position: 0 0, 1px 1px; }
|
||||
|
||||
modelbutton label {
|
||||
padding: 2px 6px; }
|
||||
|
|
|
@ -445,6 +445,9 @@ grid viewport box box textview {
|
|||
background-color: @bg_bright; }
|
||||
|
||||
/* dialog-vbox */
|
||||
|
||||
.dialog-vbox {
|
||||
-gtk-icon-style: regular; }
|
||||
.dialog-vbox flowbox flowboxchild:focus {
|
||||
outline-color: @selected_fg_color; }
|
||||
|
||||
|
|
Loading…
Reference in New Issue