From 966778df08c2ee94dfdf55c9281791b0b2121497 Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Sat, 26 Mar 2016 12:31:23 +0100 Subject: fix invisiable text in nautilus rename entry (#412) --- common/gtk-3.0/3.18/gtk-dark.css | 6 +++--- common/gtk-3.0/3.18/gtk-darker.css | 6 +++--- common/gtk-3.0/3.18/gtk-solid-dark.css | 6 +++--- common/gtk-3.0/3.18/gtk-solid-darker.css | 6 +++--- common/gtk-3.0/3.18/gtk-solid.css | 6 +++--- common/gtk-3.0/3.18/gtk.css | 6 +++--- common/gtk-3.0/3.18/sass/_applications.scss | 4 ++-- 7 files changed, 20 insertions(+), 20 deletions(-) (limited to 'common/gtk-3.0') diff --git a/common/gtk-3.0/3.18/gtk-dark.css b/common/gtk-3.0/3.18/gtk-dark.css index e70198d..04f946e 100644 --- a/common/gtk-3.0/3.18/gtk-dark.css +++ b/common/gtk-3.0/3.18/gtk-dark.css @@ -2679,6 +2679,9 @@ TerminalWindow .notebook .active-page .button:hover, TerminalWindow .notebook .p TerminalWindow .notebook .active-page .button:active, TerminalWindow .notebook .prelight-page .button:active { color: #5294E2; } +EelEditableLabel.entry { + transition: none; } + .nautilus-canvas-item { border-radius: 2px; } @@ -2733,9 +2736,6 @@ NautilusQueryEditor .search-bar.toolbar, NautilusQueryEditor .search-bar.inline- NautilusListView .view { border-bottom: 1px solid #2b2e39; } -NemoWindow EelEditableLabel.entry { - transition: none; } - NemoWindow .sidebar .frame { border-width: 0; } diff --git a/common/gtk-3.0/3.18/gtk-darker.css b/common/gtk-3.0/3.18/gtk-darker.css index 657cf8d..13849cd 100644 --- a/common/gtk-3.0/3.18/gtk-darker.css +++ b/common/gtk-3.0/3.18/gtk-darker.css @@ -2682,6 +2682,9 @@ TerminalWindow .notebook .active-page .button:hover, TerminalWindow .notebook .p TerminalWindow .notebook .active-page .button:active, TerminalWindow .notebook .prelight-page .button:active { color: #5294E2; } +EelEditableLabel.entry { + transition: none; } + .nautilus-canvas-item { border-radius: 2px; } @@ -2736,9 +2739,6 @@ NautilusQueryEditor .search-bar.toolbar, NautilusQueryEditor .search-bar.inline- NautilusListView .view { border-bottom: 1px solid #dcdfe3; } -NemoWindow EelEditableLabel.entry { - transition: none; } - NemoWindow .sidebar .frame { border-width: 0; } diff --git a/common/gtk-3.0/3.18/gtk-solid-dark.css b/common/gtk-3.0/3.18/gtk-solid-dark.css index 75b8ad9..f567658 100644 --- a/common/gtk-3.0/3.18/gtk-solid-dark.css +++ b/common/gtk-3.0/3.18/gtk-solid-dark.css @@ -2679,6 +2679,9 @@ TerminalWindow .notebook .active-page .button:hover, TerminalWindow .notebook .p TerminalWindow .notebook .active-page .button:active, TerminalWindow .notebook .prelight-page .button:active { color: #5294E2; } +EelEditableLabel.entry { + transition: none; } + .nautilus-canvas-item { border-radius: 2px; } @@ -2733,9 +2736,6 @@ NautilusQueryEditor .search-bar.toolbar, NautilusQueryEditor .search-bar.inline- NautilusListView .view { border-bottom: 1px solid #2b2e39; } -NemoWindow EelEditableLabel.entry { - transition: none; } - NemoWindow .sidebar .frame { border-width: 0; } diff --git a/common/gtk-3.0/3.18/gtk-solid-darker.css b/common/gtk-3.0/3.18/gtk-solid-darker.css index 87eccaa..8e6a361 100644 --- a/common/gtk-3.0/3.18/gtk-solid-darker.css +++ b/common/gtk-3.0/3.18/gtk-solid-darker.css @@ -2682,6 +2682,9 @@ TerminalWindow .notebook .active-page .button:hover, TerminalWindow .notebook .p TerminalWindow .notebook .active-page .button:active, TerminalWindow .notebook .prelight-page .button:active { color: #5294E2; } +EelEditableLabel.entry { + transition: none; } + .nautilus-canvas-item { border-radius: 2px; } @@ -2736,9 +2739,6 @@ NautilusQueryEditor .search-bar.toolbar, NautilusQueryEditor .search-bar.inline- NautilusListView .view { border-bottom: 1px solid #dcdfe3; } -NemoWindow EelEditableLabel.entry { - transition: none; } - NemoWindow .sidebar .frame { border-width: 0; } diff --git a/common/gtk-3.0/3.18/gtk-solid.css b/common/gtk-3.0/3.18/gtk-solid.css index f84426c..4839dc7 100644 --- a/common/gtk-3.0/3.18/gtk-solid.css +++ b/common/gtk-3.0/3.18/gtk-solid.css @@ -2686,6 +2686,9 @@ TerminalWindow .notebook .active-page .button:hover, TerminalWindow .notebook .p TerminalWindow .notebook .active-page .button:active, TerminalWindow .notebook .prelight-page .button:active { color: #5294E2; } +EelEditableLabel.entry { + transition: none; } + .nautilus-canvas-item { border-radius: 2px; } @@ -2740,9 +2743,6 @@ NautilusQueryEditor .search-bar.toolbar, NautilusQueryEditor .search-bar.inline- NautilusListView .view { border-bottom: 1px solid #dcdfe3; } -NemoWindow EelEditableLabel.entry { - transition: none; } - NemoWindow .sidebar .frame { border-width: 0; } diff --git a/common/gtk-3.0/3.18/gtk.css b/common/gtk-3.0/3.18/gtk.css index a8beed2..d505ed4 100644 --- a/common/gtk-3.0/3.18/gtk.css +++ b/common/gtk-3.0/3.18/gtk.css @@ -2686,6 +2686,9 @@ TerminalWindow .notebook .active-page .button:hover, TerminalWindow .notebook .p TerminalWindow .notebook .active-page .button:active, TerminalWindow .notebook .prelight-page .button:active { color: #5294E2; } +EelEditableLabel.entry { + transition: none; } + .nautilus-canvas-item { border-radius: 2px; } @@ -2740,9 +2743,6 @@ NautilusQueryEditor .search-bar.toolbar, NautilusQueryEditor .search-bar.inline- NautilusListView .view { border-bottom: 1px solid #dcdfe3; } -NemoWindow EelEditableLabel.entry { - transition: none; } - NemoWindow .sidebar .frame { border-width: 0; } diff --git a/common/gtk-3.0/3.18/sass/_applications.scss b/common/gtk-3.0/3.18/sass/_applications.scss index c3a7fa5..8246fd1 100644 --- a/common/gtk-3.0/3.18/sass/_applications.scss +++ b/common/gtk-3.0/3.18/sass/_applications.scss @@ -90,6 +90,8 @@ TerminalWindow { // // Nautilus // +EelEditableLabel.entry { transition: none; } // Workaround for invisible text in rename entry + .nautilus-canvas-item { border-radius: 2px; } @@ -164,8 +166,6 @@ NautilusListView .view { border-bottom: 1px solid $borders_color; } NemoWindow { - EelEditableLabel.entry { transition: none; } // Workaround for invisible text in rename entry - .sidebar .frame { border-width: 0; } GtkSeparator.separator.horizontal { color: $borders_color; } -- cgit v1.2.3