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-solid-dark.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'common/gtk-3.0/3.18/gtk-solid-dark.css') 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; } -- cgit v1.2.3