[gnome-software] Remove unneeded styles
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software] Remove unneeded styles
- Date: Fri, 20 Sep 2013 23:15:07 +0000 (UTC)
commit cbf0ff60b9cc52c3c7ee734cbb315de684942a22
Author: Matthias Clasen <mclasen redhat com>
Date: Fri Sep 20 19:14:01 2013 -0400
Remove unneeded styles
Some of these were not used at all. Also, remove hardcoded
text color in some places. Now gnome-software looks great
in dark themes as well.
src/gtk-style.css | 28 ----------------------------
1 files changed, 0 insertions(+), 28 deletions(-)
---
diff --git a/src/gtk-style.css b/src/gtk-style.css
index 493d286..53c8be3 100644
--- a/src/gtk-style.css
+++ b/src/gtk-style.css
@@ -1,30 +1,4 @@
-
-GtkViewport {
- background-color: transparent;
-}
-
-
-GtkIconView {
- background-color: transparent;
-}
-
-GtkEventBox.gradient_box_software {
- /* TODO: Borders are broken for GtkEventBox
- border-style: solid;
- border-color: 204a87;
- border-width: 5px 0px 5px 0px;
- */
-
- background-image:
- -gtk-gradient (
- linear,
- left top,
- left bottom,
- from (#214b88),
- to (#3465a4));
-}
-
.installed-overlay-box {
font-size: 80%;
background-color: @theme_selected_bg_color;
@@ -37,7 +11,6 @@ GtkEventBox.gradient_box_software {
.index-title-alignment-software {
font-weight: bold;
- color: #555753;
font-size: 14px;
}
@@ -71,7 +44,6 @@ GtkNotebook.main-notebook-software > GtkScrolledWindow {
.application-details-title {
font-weight: bold;
- color: #555753;
font-size: 14px;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]