[gnome-themes-standard] gedit: add css for document-panel drag'n drop part
- From: Sebastien Lafargue <slafargue src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard] gedit: add css for document-panel drag'n drop part
- Date: Sun, 9 Mar 2014 20:23:59 +0000 (UTC)
commit 6a12dc1aacdf65e9524d34b2fa7d6214b905b463
Author: Sebastien Lafargue <slafargue src gnome org>
Date: Sat Mar 8 17:29:15 2014 +0100
gedit: add css for document-panel drag'n drop part
themes/Adwaita/gtk-3.0/gnome-applications.css | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gnome-applications.css b/themes/Adwaita/gtk-3.0/gnome-applications.css
index ac0c082..39e8db9 100644
--- a/themes/Adwaita/gtk-3.0/gnome-applications.css
+++ b/themes/Adwaita/gtk-3.0/gnome-applications.css
@@ -230,6 +230,18 @@ GeditWindow .pane-separator:hover {
transition: all 200ms ease-out;
}
+.gedit-document-panel-dragged-row {
+ border: 1px solid @borders;
+ background-color: shade(@sidebar_bg, 0.90);
+ color: @theme_fg_color;
+}
+
+.gedit-document-panel-placeholder-row {
+ border: none;
+ background-color: mix(@sidebar_bg, @theme_selected_bg_color, 0.20);
+ transition: all 200ms ease-in;
+}
+
GeditStatusbar {
border-top: 1px solid @borders;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]