Skip to content

Commit

Permalink
column-header fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
horst3180 committed Jul 18, 2015
1 parent be17195 commit f3e3d85
Show file tree
Hide file tree
Showing 14 changed files with 40 additions and 14 deletions.
4 changes: 3 additions & 1 deletion common/gtk-3.0/3.14/gtk-contained-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -1278,8 +1278,10 @@ column-header .button, column-header .button:hover, column-header .button:active
border-style: none solid none none;
border-radius: 0;
border-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.11) 20%, rgba(255, 255, 255, 0.11) 80%, rgba(255, 255, 255, 0) 80%) 0 1 0 0/0 1px 0 0 stretch; }
column-header .button:active {
column-header .button:active, column-header .button:hover {
background-color: #383C45; }
column-header .button:active:hover {
color: #D3DAE3; }
column-header .button:insensitive {
border-color: #444852;
background-image: none; }
Expand Down
4 changes: 3 additions & 1 deletion common/gtk-3.0/3.14/gtk-contained-darker.css
Original file line number Diff line number Diff line change
Expand Up @@ -1279,8 +1279,10 @@ column-header .button, column-header .button:hover, column-header .button:active
border-style: none solid none none;
border-radius: 0;
border-image: linear-gradient(to bottom, transparent 20%, rgba(0, 0, 0, 0.11) 20%, rgba(0, 0, 0, 0.11) 80%, transparent 80%) 0 1 0 0/0 1px 0 0 stretch; }
column-header .button:active {
column-header .button:active, column-header .button:hover {
background-color: #ffffff; }
column-header .button:active:hover {
color: #5c616c; }
column-header .button:insensitive {
border-color: #F5F6F7;
background-image: none; }
Expand Down
4 changes: 3 additions & 1 deletion common/gtk-3.0/3.14/gtk-contained-solid-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -1278,8 +1278,10 @@ column-header .button, column-header .button:hover, column-header .button:active
border-style: none solid none none;
border-radius: 0;
border-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.11) 20%, rgba(255, 255, 255, 0.11) 80%, rgba(255, 255, 255, 0) 80%) 0 1 0 0/0 1px 0 0 stretch; }
column-header .button:active {
column-header .button:active, column-header .button:hover {
background-color: #383C45; }
column-header .button:active:hover {
color: #D3DAE3; }
column-header .button:insensitive {
border-color: #444852;
background-image: none; }
Expand Down
4 changes: 3 additions & 1 deletion common/gtk-3.0/3.14/gtk-contained-solid-darker.css
Original file line number Diff line number Diff line change
Expand Up @@ -1279,8 +1279,10 @@ column-header .button, column-header .button:hover, column-header .button:active
border-style: none solid none none;
border-radius: 0;
border-image: linear-gradient(to bottom, transparent 20%, rgba(0, 0, 0, 0.11) 20%, rgba(0, 0, 0, 0.11) 80%, transparent 80%) 0 1 0 0/0 1px 0 0 stretch; }
column-header .button:active {
column-header .button:active, column-header .button:hover {
background-color: #ffffff; }
column-header .button:active:hover {
color: #5c616c; }
column-header .button:insensitive {
border-color: #F5F6F7;
background-image: none; }
Expand Down
4 changes: 3 additions & 1 deletion common/gtk-3.0/3.14/gtk-contained-solid.css
Original file line number Diff line number Diff line change
Expand Up @@ -1278,8 +1278,10 @@ column-header .button, column-header .button:hover, column-header .button:active
border-style: none solid none none;
border-radius: 0;
border-image: linear-gradient(to bottom, transparent 20%, rgba(0, 0, 0, 0.11) 20%, rgba(0, 0, 0, 0.11) 80%, transparent 80%) 0 1 0 0/0 1px 0 0 stretch; }
column-header .button:active {
column-header .button:active, column-header .button:hover {
background-color: #ffffff; }
column-header .button:active:hover {
color: #5c616c; }
column-header .button:insensitive {
border-color: #F5F6F7;
background-image: none; }
Expand Down
4 changes: 3 additions & 1 deletion common/gtk-3.0/3.14/gtk-contained.css
Original file line number Diff line number Diff line change
Expand Up @@ -1278,8 +1278,10 @@ column-header .button, column-header .button:hover, column-header .button:active
border-style: none solid none none;
border-radius: 0;
border-image: linear-gradient(to bottom, transparent 20%, rgba(0, 0, 0, 0.11) 20%, rgba(0, 0, 0, 0.11) 80%, transparent 80%) 0 1 0 0/0 1px 0 0 stretch; }
column-header .button:active {
column-header .button:active, column-header .button:hover {
background-color: #ffffff; }
column-header .button:active:hover {
color: #5c616c; }
column-header .button:insensitive {
border-color: #F5F6F7;
background-image: none; }
Expand Down
3 changes: 2 additions & 1 deletion common/gtk-3.0/3.14/sass/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1438,7 +1438,8 @@ column-header.button.dnd { // for treeview-like derive widgets
transparentize(if($variant == 'light', black, white), 0.89) 80%,
transparentize(if($variant == 'light', black, white), 1) 80%) 0 1 0 0 / 0 1px 0 0 stretch;

&:active { background-color: $base_color; }
&:active, &:hover { background-color: $base_color; }
&:active:hover { color: $fg_color; }
&:insensitive {
border-color: $bg_color;
background-image: none;
Expand Down
4 changes: 3 additions & 1 deletion common/gtk-3.0/3.16/gtk-contained-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -1294,8 +1294,10 @@ column-header .button, column-header .button:hover, column-header .button:active
border-style: none solid none none;
border-radius: 0;
border-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.11) 20%, rgba(255, 255, 255, 0.11) 80%, rgba(255, 255, 255, 0) 80%) 0 1 0 0/0 1px 0 0 stretch; }
column-header .button:active {
column-header .button:active, column-header .button:hover {
background-color: #383C45; }
column-header .button:active:hover {
color: #D3DAE3; }
column-header .button:insensitive {
border-color: #444852;
background-image: none; }
Expand Down
4 changes: 3 additions & 1 deletion common/gtk-3.0/3.16/gtk-contained-darker.css
Original file line number Diff line number Diff line change
Expand Up @@ -1295,8 +1295,10 @@ column-header .button, column-header .button:hover, column-header .button:active
border-style: none solid none none;
border-radius: 0;
border-image: linear-gradient(to bottom, transparent 20%, rgba(0, 0, 0, 0.11) 20%, rgba(0, 0, 0, 0.11) 80%, transparent 80%) 0 1 0 0/0 1px 0 0 stretch; }
column-header .button:active {
column-header .button:active, column-header .button:hover {
background-color: #ffffff; }
column-header .button:active:hover {
color: #5c616c; }
column-header .button:insensitive {
border-color: #F5F6F7;
background-image: none; }
Expand Down
4 changes: 3 additions & 1 deletion common/gtk-3.0/3.16/gtk-contained-solid-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -1294,8 +1294,10 @@ column-header .button, column-header .button:hover, column-header .button:active
border-style: none solid none none;
border-radius: 0;
border-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.11) 20%, rgba(255, 255, 255, 0.11) 80%, rgba(255, 255, 255, 0) 80%) 0 1 0 0/0 1px 0 0 stretch; }
column-header .button:active {
column-header .button:active, column-header .button:hover {
background-color: #383C45; }
column-header .button:active:hover {
color: #D3DAE3; }
column-header .button:insensitive {
border-color: #444852;
background-image: none; }
Expand Down
4 changes: 3 additions & 1 deletion common/gtk-3.0/3.16/gtk-contained-solid-darker.css
Original file line number Diff line number Diff line change
Expand Up @@ -1295,8 +1295,10 @@ column-header .button, column-header .button:hover, column-header .button:active
border-style: none solid none none;
border-radius: 0;
border-image: linear-gradient(to bottom, transparent 20%, rgba(0, 0, 0, 0.11) 20%, rgba(0, 0, 0, 0.11) 80%, transparent 80%) 0 1 0 0/0 1px 0 0 stretch; }
column-header .button:active {
column-header .button:active, column-header .button:hover {
background-color: #ffffff; }
column-header .button:active:hover {
color: #5c616c; }
column-header .button:insensitive {
border-color: #F5F6F7;
background-image: none; }
Expand Down
4 changes: 3 additions & 1 deletion common/gtk-3.0/3.16/gtk-contained-solid.css
Original file line number Diff line number Diff line change
Expand Up @@ -1294,8 +1294,10 @@ column-header .button, column-header .button:hover, column-header .button:active
border-style: none solid none none;
border-radius: 0;
border-image: linear-gradient(to bottom, transparent 20%, rgba(0, 0, 0, 0.11) 20%, rgba(0, 0, 0, 0.11) 80%, transparent 80%) 0 1 0 0/0 1px 0 0 stretch; }
column-header .button:active {
column-header .button:active, column-header .button:hover {
background-color: #ffffff; }
column-header .button:active:hover {
color: #5c616c; }
column-header .button:insensitive {
border-color: #F5F6F7;
background-image: none; }
Expand Down
4 changes: 3 additions & 1 deletion common/gtk-3.0/3.16/gtk-contained.css
Original file line number Diff line number Diff line change
Expand Up @@ -1294,8 +1294,10 @@ column-header .button, column-header .button:hover, column-header .button:active
border-style: none solid none none;
border-radius: 0;
border-image: linear-gradient(to bottom, transparent 20%, rgba(0, 0, 0, 0.11) 20%, rgba(0, 0, 0, 0.11) 80%, transparent 80%) 0 1 0 0/0 1px 0 0 stretch; }
column-header .button:active {
column-header .button:active, column-header .button:hover {
background-color: #ffffff; }
column-header .button:active:hover {
color: #5c616c; }
column-header .button:insensitive {
border-color: #F5F6F7;
background-image: none; }
Expand Down
3 changes: 2 additions & 1 deletion common/gtk-3.0/3.16/sass/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1460,7 +1460,8 @@ column-header.button.dnd { // for treeview-like derive widgets
transparentize(if($variant == 'light', black, white), 0.89) 80%,
transparentize(if($variant == 'light', black, white), 1) 80%) 0 1 0 0 / 0 1px 0 0 stretch;

&:active { background-color: $base_color; }
&:active, &:hover { background-color: $base_color; }
&:active:hover { color: $fg_color; }
&:insensitive {
border-color: $bg_color;
background-image: none;
Expand Down

0 comments on commit f3e3d85

Please sign in to comment.