fix invisiable text in nautilus rename entry (#412)

pull/463/head
Horst3180 8 years ago
parent 050798fd73
commit 966778df08

@ -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; }

@ -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; }

@ -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; }

@ -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; }

@ -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; }

@ -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; }

@ -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; }

Loading…
Cancel
Save