[gnome-documents] data: remove unneeded styling
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-documents] data: remove unneeded styling
- Date: Wed, 2 Dec 2015 16:15:13 +0000 (UTC)
commit ef73f749dc6ac72412261777a9f86d6f0a87daff
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Wed Dec 2 17:14:19 2015 +0100
data: remove unneeded styling
Now that GdTaggedEntry comes with a builtin style, we don't need to copy
it here anymore.
data/application.css | 34 ----------------------------------
1 files changed, 0 insertions(+), 34 deletions(-)
---
diff --git a/data/application.css b/data/application.css
index 3d9de45..5ffdc2a 100644
--- a/data/application.css
+++ b/data/application.css
@@ -4,8 +4,6 @@
@define-color theme_bg_color #ededed;
@define-color theme_selected_bg_color #4a90d9;
@define-color borders #a7aba7;
- define-color entry_tag_bg #3465a4;
- define-color entry_tag_fg @theme_base_color;
GdMainIconView.content-view {
-GdMainIconView-icon-size: 40;
@@ -55,38 +53,6 @@ GdMainIconView.content-view.cell:active {
color: shade(@theme_selected_bg_color, 1.20);
}
-.documents-entry-tag {
- background-image: none;
- background-color: @entry_tag_bg;
- color: @entry_tag_fg;
-
- border-radius: 4px;
- border-width: 0;
-
- margin: 2px;
- padding: 4px;
-}
-
-.documents-entry-tag:hover {
- background-color: shade(@entry_tag_bg, 1.10);
- color: @entry_tag_fg;
-}
-
-.documents-entry-tag.button,
-.documents-entry-tag.button:hover,
-.documents-entry-tag.button:active,
-.documents-entry-tag.button:active:hover {
- background-color: transparent;
- background-image: none;
- box-shadow: none;
- border-image: none;
- border-width: 0;
-}
-
-.documents-entry-tag.button:hover {
- color: shade(@entry_tag_bg, 2.10);
-}
-
.content-view.document-page {
border-style: solid;
border-width: 3px 3px 6px 4px;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]