aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-3.0/3.14
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.14
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.14')
-rw-r--r--common/gtk-3.0/3.14/gtk-contained-dark.css3
-rw-r--r--common/gtk-3.0/3.14/gtk-contained-darker.css3
-rw-r--r--common/gtk-3.0/3.14/gtk-contained-solid-dark.css3
-rw-r--r--common/gtk-3.0/3.14/gtk-contained-solid-darker.css3
-rw-r--r--common/gtk-3.0/3.14/gtk-contained-solid.css3
-rw-r--r--common/gtk-3.0/3.14/gtk-contained.css3
-rw-r--r--common/gtk-3.0/3.14/sass/_applications.scss2
7 files changed, 20 insertions, 0 deletions
diff --git a/common/gtk-3.0/3.14/gtk-contained-dark.css b/common/gtk-3.0/3.14/gtk-contained-dark.css
index 3530d05..d517da9 100644
--- a/common/gtk-3.0/3.14/gtk-contained-dark.css
+++ b/common/gtk-3.0/3.14/gtk-contained-dark.css
@@ -2897,6 +2897,9 @@ NautilusQueryEditor .search-bar.toolbar, NautilusQueryEditor .search-bar.inline-
box-shadow: none;
background-color: #404552; }
+NemoWindow EelEditableLabel.entry {
+ transition: none; }
+
NemoWindow .sidebar .frame {
border-width: 0; }
diff --git a/common/gtk-3.0/3.14/gtk-contained-darker.css b/common/gtk-3.0/3.14/gtk-contained-darker.css
index 6a8bfb8..5807b72 100644
--- a/common/gtk-3.0/3.14/gtk-contained-darker.css
+++ b/common/gtk-3.0/3.14/gtk-contained-darker.css
@@ -2900,6 +2900,9 @@ NautilusQueryEditor .search-bar.toolbar, NautilusQueryEditor .search-bar.inline-
box-shadow: none;
background-color: #ffffff; }
+NemoWindow EelEditableLabel.entry {
+ transition: none; }
+
NemoWindow .sidebar .frame {
border-width: 0; }
diff --git a/common/gtk-3.0/3.14/gtk-contained-solid-dark.css b/common/gtk-3.0/3.14/gtk-contained-solid-dark.css
index b089dc2..3f285b3 100644
--- a/common/gtk-3.0/3.14/gtk-contained-solid-dark.css
+++ b/common/gtk-3.0/3.14/gtk-contained-solid-dark.css
@@ -2897,6 +2897,9 @@ NautilusQueryEditor .search-bar.toolbar, NautilusQueryEditor .search-bar.inline-
box-shadow: none;
background-color: #404552; }
+NemoWindow EelEditableLabel.entry {
+ transition: none; }
+
NemoWindow .sidebar .frame {
border-width: 0; }
diff --git a/common/gtk-3.0/3.14/gtk-contained-solid-darker.css b/common/gtk-3.0/3.14/gtk-contained-solid-darker.css
index 04c93d5..77b03c7 100644
--- a/common/gtk-3.0/3.14/gtk-contained-solid-darker.css
+++ b/common/gtk-3.0/3.14/gtk-contained-solid-darker.css
@@ -2900,6 +2900,9 @@ NautilusQueryEditor .search-bar.toolbar, NautilusQueryEditor .search-bar.inline-
box-shadow: none;
background-color: #ffffff; }
+NemoWindow EelEditableLabel.entry {
+ transition: none; }
+
NemoWindow .sidebar .frame {
border-width: 0; }
diff --git a/common/gtk-3.0/3.14/gtk-contained-solid.css b/common/gtk-3.0/3.14/gtk-contained-solid.css
index e25c1d0..b2e0fb3 100644
--- a/common/gtk-3.0/3.14/gtk-contained-solid.css
+++ b/common/gtk-3.0/3.14/gtk-contained-solid.css
@@ -2900,6 +2900,9 @@ NautilusQueryEditor .search-bar.toolbar, NautilusQueryEditor .search-bar.inline-
box-shadow: none;
background-color: #ffffff; }
+NemoWindow EelEditableLabel.entry {
+ transition: none; }
+
NemoWindow .sidebar .frame {
border-width: 0; }
diff --git a/common/gtk-3.0/3.14/gtk-contained.css b/common/gtk-3.0/3.14/gtk-contained.css
index faf36e3..95c55a3 100644
--- a/common/gtk-3.0/3.14/gtk-contained.css
+++ b/common/gtk-3.0/3.14/gtk-contained.css
@@ -2900,6 +2900,9 @@ NautilusQueryEditor .search-bar.toolbar, NautilusQueryEditor .search-bar.inline-
box-shadow: none;
background-color: #ffffff; }
+NemoWindow EelEditableLabel.entry {
+ transition: none; }
+
NemoWindow .sidebar .frame {
border-width: 0; }
diff --git a/common/gtk-3.0/3.14/sass/_applications.scss b/common/gtk-3.0/3.14/sass/_applications.scss
index 5c0841f..5e72a0f 100644
--- a/common/gtk-3.0/3.14/sass/_applications.scss
+++ b/common/gtk-3.0/3.14/sass/_applications.scss
@@ -112,6 +112,8 @@ NautilusQueryEditor .search-bar.toolbar {
//
NemoIconViewContainer { @extend NautilusCanvasViewContainer.view }
+NemoWindow EelEditableLabel.entry { transition: none; } // Workaround for invisible text in rename entry
+
NemoWindow .sidebar .frame {
border-width: 0;
}