Skip to content

Commit 94dfd95

Browse files
author
user
committed
clean-up
1 parent 525fc4c commit 94dfd95

File tree

7 files changed

+3
-74
lines changed

7 files changed

+3
-74
lines changed
-411 Bytes
Binary file not shown.
-533 Bytes
Binary file not shown.
-392 Bytes
Binary file not shown.
-514 Bytes
Binary file not shown.
-390 Bytes
Binary file not shown.
-526 Bytes
Binary file not shown.

gtk-3.20/gtk.css

Lines changed: 3 additions & 74 deletions
Original file line numberDiff line numberDiff line change
@@ -713,18 +713,7 @@ treeview.view {
713713
box-shadow: inset 0 1px @theme_selected_bg_color;
714714
text-shadow: none;
715715
-gtk-icon-shadow: none; }
716-
treeview.view.trough, treeview.view.trough:focus {
717-
padding: 0 0 1px 0;
718-
color: @theme_selected_fg_color;
719-
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
720-
background-image: linear-gradient(to bottom, #1f2020, #2b2d2b);
721-
border-image: -gtk-scaled(url("borders/trough-border-dark.png"), url("borders/trough-border-dark@2.png")) 2 2 3 2/2px 2px 3px 2px stretch;
722-
border-radius: 1px;
723-
border-width: 1px 1px 2px 1px;
724-
border-style: solid;
725-
border-color: transparent; }
726-
treeview.view.trough:selected, treeview.view.trough:focus:selected {
727-
background-image: linear-gradient(to bottom, rgba(31, 32, 32, 0.8), rgba(43, 43, 45, 0.8)); }
716+
728717
treeview.view header button {
729718
min-height: 0;
730719
min-width: 0;
@@ -1409,20 +1398,14 @@ progressbar {
14091398
progressbar.vertical trough, levelbar.vertical trough {
14101399
box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
14111400
background-image: linear-gradient(to right, #1f2020, #2b2d2b);
1412-
border-image: -gtk-scaled(url("borders/trough-vertical-border-dark.png"), url("borders/trough-vertical-border-dark@2.png")) 2 3 2 2/2px 3px 2px 2px stretch;
14131401
border-radius: 2px;
1414-
border-width: 1px 2px 1px 1px;
1415-
border-style: solid;
1416-
border-color: transparent; }
1402+
border: 1px solid @border_color; }
14171403

14181404
progressbar.horizontal trough, levelbar.horizontal trough {
14191405
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
14201406
background-image: linear-gradient(to bottom, #1f2020, #2b2d2b);
1421-
border-image: -gtk-scaled(url("borders/trough-border-dark.png"), url("borders/trough-border-dark@2.png")) 2 2 3 2/2px 2px 3px 2px stretch;
14221407
border-radius: 2px;
1423-
border-width: 1px 1px 2px 1px;
1424-
border-style: solid;
1425-
border-color: transparent; }
1408+
border: 1px solid @border_color; }
14261409

14271410
levelbar block {
14281411
min-width: 32px;
@@ -1577,48 +1560,6 @@ list {
15771560
row:not(:hover) {
15781561
transition: all 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
15791562

1580-
row:selected {
1581-
text-shadow: 0 -1px rgba(0, 0, 0, 0.2); }
1582-
row:selected button:focus {
1583-
border-image: -gtk-scaled(url("borders/button-normal-border-dark.png"), url("borders/button-normal-border-dark@2.png")) 2 2 3 2/2px 2px 3px 2px stretch;
1584-
border-radius: 2px;
1585-
border-width: 1px 1px 2px 1px;
1586-
border-style: solid;
1587-
border-color: transparent; }
1588-
row:selected button.flat, row:selected button.sidebar-button, row:selected button.flat:focus, row:selected button.sidebar-button:focus {
1589-
border-color: transparent;
1590-
border-image: none;
1591-
background-color: transparent;
1592-
background-image: none;
1593-
box-shadow: none;
1594-
text-shadow: none;
1595-
-gtk-icon-shadow: none;
1596-
color: @theme_selected_fg_color;
1597-
outline-color: rgba(255, 255, 255, 0.3);
1598-
text-shadow: 0 -1px rgba(0, 0, 0, 0.2);
1599-
-gtk-icon-shadow: none; }
1600-
row:selected button.flat:hover, row:selected button.sidebar-button:hover, row:selected button.flat:focus:hover, row:selected button.sidebar-button:focus:hover {
1601-
color: @theme_fg_color;
1602-
outline-color: rgba(243, 245, 243, 0.3);
1603-
background-image: linear-gradient(to bottom, #5e6460, #393B3A);
1604-
text-shadow: 0 -1px rgba(0, 0, 0, 0.7);
1605-
-gtk-icon-shadow: 0 -1px rgba(0, 0, 0, 0.7);
1606-
border-image: -gtk-scaled(url("borders/button-normal-border-dark.png"), url("borders/button-normal-border-dark@2.png")) 2 2 3 2/2px 2px 3px 2px stretch;
1607-
border-radius: 2px;
1608-
border-width: 1px 1px 2px 1px;
1609-
border-style: solid;
1610-
border-color: transparent; }
1611-
row:selected button.flat:active, row:selected button.sidebar-button:active, row:selected button.flat:checked, row:selected button.sidebar-button:checked, row:selected button.flat:focus:active, row:selected button.sidebar-button:focus:active, row:selected button.flat:focus:checked, row:selected button.sidebar-button:focus:checked {
1612-
color: @theme_selected_fg_color;
1613-
outline-color: rgba(255, 255, 255, 0.3);
1614-
background-image: linear-gradient(to bottom, #242525, #373A38);
1615-
text-shadow: 0 -1px rgba(0, 0, 0, 0.4);
1616-
-gtk-icon-shadow: 0 -1px rgba(0, 0, 0, 0.4);
1617-
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2); }
1618-
row:selected button.flat:disabled, row:selected button.sidebar-button:disabled, row:selected button.flat:focus:disabled, row:selected button.sidebar-button:focus:disabled {
1619-
color: rgba(255, 255, 255, 0.5);
1620-
text-shadow: none; }
1621-
16221563
row.activatable .has-open-popup, row.activatable:hover {
16231564
background-color: rgba(255, 255, 255, 0.05); }
16241565

@@ -1844,18 +1785,6 @@ tooltip {
18441785
.content-view:hover {
18451786
-gtk-icon-effect: highlight; }
18461787

1847-
.scale-popup button:hover {
1848-
color: @theme_fg_color;
1849-
outline-color: rgba(243, 245, 243, 0.3);
1850-
background-image: linear-gradient(to bottom, #5e6460, #393B3A);
1851-
text-shadow: 0 -1px rgba(0, 0, 0, 0.7);
1852-
-gtk-icon-shadow: 0 -1px rgba(0, 0, 0, 0.7);
1853-
border-image: -gtk-scaled(url("borders/button-normal-border-dark.png"), url("borders/button-normal-border-dark@2.png")) 2 2 3 2/2px 2px 3px 2px stretch;
1854-
border-radius: 2px;
1855-
border-width: 1px 1px 2px 1px;
1856-
border-style: solid;
1857-
border-color: transparent; }
1858-
18591788
.context-menu, popover.touch-selection, .csd popover.touch-selection,
18601789
popover.background.touch-selection, .csd popover.background.touch-selection {
18611790
font: initial; }

0 commit comments

Comments
 (0)