aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-3.0/3.16
diff options
context:
space:
mode:
authorHorst31802015-10-21 19:34:48 +0200
committerHorst31802015-10-21 19:35:39 +0200
commit3afcf368bc9fb24a15c9fbd6eb1b188ce11e6acb (patch)
tree9d21535f757315b344361b4918869493883fee7d /common/gtk-3.0/3.16
parent7c80b3474d231f61f3a906a5e540fee4f7fd4fc6 (diff)
downloadsolarc-theme-3afcf368bc9fb24a15c9fbd6eb1b188ce11e6acb.tar.gz
solarc-theme-3afcf368bc9fb24a15c9fbd6eb1b188ce11e6acb.tar.xz
solarc-theme-3afcf368bc9fb24a15c9fbd6eb1b188ce11e6acb.zip
add workaround for Nemo rename entry
Diffstat (limited to 'common/gtk-3.0/3.16')
-rw-r--r--common/gtk-3.0/3.16/gtk-contained-dark.css3
-rw-r--r--common/gtk-3.0/3.16/gtk-contained-darker.css3
-rw-r--r--common/gtk-3.0/3.16/gtk-contained-solid-dark.css3
-rw-r--r--common/gtk-3.0/3.16/gtk-contained-solid-darker.css3
-rw-r--r--common/gtk-3.0/3.16/gtk-contained-solid.css3
-rw-r--r--common/gtk-3.0/3.16/gtk-contained.css3
-rw-r--r--common/gtk-3.0/3.16/sass/_applications.scss2
7 files changed, 20 insertions, 0 deletions
diff --git a/common/gtk-3.0/3.16/gtk-contained-dark.css b/common/gtk-3.0/3.16/gtk-contained-dark.css
index 09e34f5..5be0640 100644
--- a/common/gtk-3.0/3.16/gtk-contained-dark.css
+++ b/common/gtk-3.0/3.16/gtk-contained-dark.css
@@ -2837,6 +2837,9 @@ NautilusQueryEditor .search-bar.toolbar, NautilusQueryEditor .search-bar.inline-
background-color: #313541;
border-color: #1b1d24; }
+NemoWindow EelEditableLabel.entry {
+ transition: none; }
+
NemoWindow .sidebar .frame {
border-width: 0; }
diff --git a/common/gtk-3.0/3.16/gtk-contained-darker.css b/common/gtk-3.0/3.16/gtk-contained-darker.css
index f770545..1ad218b 100644
--- a/common/gtk-3.0/3.16/gtk-contained-darker.css
+++ b/common/gtk-3.0/3.16/gtk-contained-darker.css
@@ -2840,6 +2840,9 @@ NautilusQueryEditor .search-bar.toolbar, NautilusQueryEditor .search-bar.inline-
background-color: #edeef0;
border-color: #d0d5da; }
+NemoWindow EelEditableLabel.entry {
+ transition: none; }
+
NemoWindow .sidebar .frame {
border-width: 0; }
diff --git a/common/gtk-3.0/3.16/gtk-contained-solid-dark.css b/common/gtk-3.0/3.16/gtk-contained-solid-dark.css
index 1ab21e9..58c110a 100644
--- a/common/gtk-3.0/3.16/gtk-contained-solid-dark.css
+++ b/common/gtk-3.0/3.16/gtk-contained-solid-dark.css
@@ -2837,6 +2837,9 @@ NautilusQueryEditor .search-bar.toolbar, NautilusQueryEditor .search-bar.inline-
background-color: #313541;
border-color: #1b1d24; }
+NemoWindow EelEditableLabel.entry {
+ transition: none; }
+
NemoWindow .sidebar .frame {
border-width: 0; }
diff --git a/common/gtk-3.0/3.16/gtk-contained-solid-darker.css b/common/gtk-3.0/3.16/gtk-contained-solid-darker.css
index 27cec44..141c53e 100644
--- a/common/gtk-3.0/3.16/gtk-contained-solid-darker.css
+++ b/common/gtk-3.0/3.16/gtk-contained-solid-darker.css
@@ -2840,6 +2840,9 @@ NautilusQueryEditor .search-bar.toolbar, NautilusQueryEditor .search-bar.inline-
background-color: #edeef0;
border-color: #d0d5da; }
+NemoWindow EelEditableLabel.entry {
+ transition: none; }
+
NemoWindow .sidebar .frame {
border-width: 0; }
diff --git a/common/gtk-3.0/3.16/gtk-contained-solid.css b/common/gtk-3.0/3.16/gtk-contained-solid.css
index 25d555f..eeb6087 100644
--- a/common/gtk-3.0/3.16/gtk-contained-solid.css
+++ b/common/gtk-3.0/3.16/gtk-contained-solid.css
@@ -2840,6 +2840,9 @@ NautilusQueryEditor .search-bar.toolbar, NautilusQueryEditor .search-bar.inline-
background-color: #edeef0;
border-color: #d0d5da; }
+NemoWindow EelEditableLabel.entry {
+ transition: none; }
+
NemoWindow .sidebar .frame {
border-width: 0; }
diff --git a/common/gtk-3.0/3.16/gtk-contained.css b/common/gtk-3.0/3.16/gtk-contained.css
index 1ceeb03..673c251 100644
--- a/common/gtk-3.0/3.16/gtk-contained.css
+++ b/common/gtk-3.0/3.16/gtk-contained.css
@@ -2840,6 +2840,9 @@ NautilusQueryEditor .search-bar.toolbar, NautilusQueryEditor .search-bar.inline-
background-color: #edeef0;
border-color: #d0d5da; }
+NemoWindow EelEditableLabel.entry {
+ transition: none; }
+
NemoWindow .sidebar .frame {
border-width: 0; }
diff --git a/common/gtk-3.0/3.16/sass/_applications.scss b/common/gtk-3.0/3.16/sass/_applications.scss
index af9eb56..fe13fbc 100644
--- a/common/gtk-3.0/3.16/sass/_applications.scss
+++ b/common/gtk-3.0/3.16/sass/_applications.scss
@@ -141,6 +141,8 @@ $disk_space_free: darken($bg_color, 3%);
//
NemoIconViewContainer { @extend NautilusCanvasViewContainer.view }
+NemoWindow EelEditableLabel.entry { transition: none; } // Workaround for invisible text in rename entry
+
NemoWindow .sidebar .frame {
border-width: 0;
}