Skip to content

Commit

Permalink
Update css to gtk+ 3.20
Browse files Browse the repository at this point in the history
  • Loading branch information
Ippytraxx committed Apr 10, 2016
1 parent 78b5e42 commit c4b4955
Showing 1 changed file with 16 additions and 15 deletions.
31 changes: 16 additions & 15 deletions data/gnome-twitch-style.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,28 +22,28 @@
border-style: none;
}

.gt-channels-container-child .overlay-box .favourite-button:hover GtkImage
.gt-channels-container-child .overlay-box .favourite-button:hover image
{
transition: 150ms ease-in-out;
color: gold;
}

.gt-channels-container-child .overlay-box .favourite-button GtkImage
.gt-channels-container-child .overlay-box .favourite-button image
{
color: rgba(109, 115, 128, 1);
}

.gt-channels-container-child .overlay-box .favourite-button:checked GtkImage
.gt-channels-container-child .overlay-box .favourite-button:checked image
{
color: gold;
}

.gt-channels-container-child-offline GtkImage
.gt-channels-container-child-offline image
{
-gtk-image-effect: dim;
-gtk-icon-effect: dim;
}

.gt-channels-container-child-offline .label
.gt-channels-container-child-offline label
{
color: alpha(currentColor,0.55);
}
Expand All @@ -55,46 +55,47 @@
opacity: 0.8;
}

.player-clutter .buffer-box GtkProgressBar
.player-clutter .buffer-box progressbar
{
color: white;
}

.gt-chat GtkTextView
.gt-chat textview,
.gt-chat textview text
{
background-color: transparent;
}

.gt-chat GtkEntry
.gt-chat entry
{
background-color: transparent;
background-image: none;
}

.gt-chat GtkTextView.light-theme
.gt-chat textview.light-theme text
{
color: rgba(50, 50, 62, 1.0);
}

.gt-chat GtkTextView.dark-theme
.gt-chat textview.dark-theme text
{
color: rgba(255, 255, 255, 1.0);
}

.gt-chat GtkTextView:selected,
.gt-chat GtkEntry:selected
.gt-chat textview:selected,
.gt-chat textview:selected
{
color: @selected_fg_color;
background-color: @selected_bg_color;
}

.gt-chat GtkEntry.light-theme
.gt-chat entry.light-theme
{
color: rgba(0, 0, 0, 1);
border-color: rgba(204, 204, 204, 1.0);
}

.gt-chat GtkEntry.dark-theme
.gt-chat entry.dark-theme
{
color: rgba(255, 255, 255, 1.0);
border-color: rgba(81, 81, 85, 1.0);
Expand Down

0 comments on commit c4b4955

Please sign in to comment.