[gnome-music] data: Remove unused CSS
- From: Marinus Schraal <mschraal src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-music] data: Remove unused CSS
- Date: Fri, 13 May 2016 09:34:46 +0000 (UTC)
commit 6b82b18ca423b90850d845dc25961d3ff4d08dc2
Author: Marinus Schraal <mschraal src gnome org>
Date: Fri May 13 10:16:24 2016 +0200
data: Remove unused CSS
data/application.css | 110 +-------------------------------------------------
1 files changed, 1 insertions(+), 109 deletions(-)
---
diff --git a/data/application.css b/data/application.css
index 1da77d7..44da2a1 100644
--- a/data/application.css
+++ b/data/application.css
@@ -1,24 +1,10 @@
- define-color music_topbar_selection_bg_color #3465a4;
-
- define-color music_selection_box_a #8e9c80;
- define-color music_selection_box_b #4f6838;
- define-color music_selection_box_border #3e7b05;
-
- define-color music_selection_button_a #7fc141;
- define-color music_selection_button_b #47850d;
- define-color music_selection_button_c #4e9a06;
-
- define-color music_selection_button_dark_a #3b3b3b;
- define-color music_selection_button_dark_b #1c1c1c;
- define-color music_selection_box_dark_border #3e7b05;
-
@define-color music_entry_tag_bg #3465a4;
@define-color music_entry_tag_fg @theme_base_color;
@binding-set UnbindSpace{
unbind "space";
}
-
+
GdMainListView{
-gtk-key-bindings: UnbindSpace;
}
@@ -59,19 +45,6 @@ GtkTreeView{
background-color: mix(@theme_fg_color, @theme_bg_color, 0.5);
}
-.playlist-controls-white{
- background-color: #d7dad7;
-}
-.playlist-controls-white:selected{
- background-color: #888A85;
-}
-.playlist-controls-dark{
- background-color: #282528;
-}
-.playlist-controls-dark:selected{
- background-color: #77757A;
-}
-
.playlists-list {
box-shadow: inset 0 -1px @view_separators;
}
@@ -82,87 +55,6 @@ GtkTreeView{
background-color: @theme_bg_color;
}
-.music-selection-mode {
- background-image: -gtk-gradient(linear, left top, left bottom,
- from(@music_selection_box_a),
- to(@music_selection_box_b));
- color: @theme_base_color;
- border-width: 1px 0 0 0;
- border-color: @music_selection_box_border;
- border-style: solid;
-}
-
-.music-selection-mode .button,
-.music-selection-mode .button:focus {
- background-image: -gtk-gradient(linear, left top, left bottom,
- from(@music_selection_button_a),
- color-stop(0.83, @music_selection_button_b),
- to(@music_selection_button_c));
-
- border-color: @music_selection_box_border;
- border-image: none;
- border-style: solid;
- border-width: 1px;
-
- color: @theme_base_color;
-}
-
-.music-selection-mode .button.dark,
-.music-selection-mode .button.dark:focus {
- background-image: -gtk-gradient(linear, left top, left bottom,
- from(@music_selection_button_dark_a),
- to(@music_selection_button_dark_b));
-
- border-color: @music_selection_box_dark_border;
- border-image: none;
- border-style: solid;
- border-width: 1px;
-
- color: @theme_base_color;
-}
-
-.music-selection-mode .button:hover {
- background-image: -gtk-gradient(linear, left top, left bottom,
- from(shade(@music_selection_button_a, 1.20)),
- color-stop(0.83, shade(@music_selection_button_b, 1.10)),
- to(shade(@music_selection_button_c, 1.10)));
-}
-
-.music-selection-mode .button:active,
-.music-selection-mode .button:hover:active {
- background-image: -gtk-gradient(linear, left top, left bottom,
- from(@music_selection_button_b),
- to(shade(@music_selection_button_a, 0.90)));
-
- border-color: @music_selection_box_border;
- border-image: none;
- border-style: solid;
- border-width: 1px;
-}
-
-.music-selection-mode .button *:hover {
- color: @theme_base_color;
-}
-
-.music-player, .music-topbar {
- background-image: linear-gradient(to bottom,
- @button_gradient_color_a,
- @button_gradient_color_b 40%,
- @button_gradient_color_c
- );
-}
-
-.music-albuminfo-artist {
- font-size: 15px;
- font-weight: bold;
-}
-
-.music-albuminfo-album {
- font-size: 14px;
- font-weight: bold;
- color: mix (@theme_fg_color, @theme_bg_color, 0.50);
-}
-
.content-view { background-color: @theme_bg; }
.music-entry-tag {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]