mirror of
https://github.com/horst3180/arc-theme.git
synced 2024-10-27 19:04:02 +00:00
fix invisiable text in nautilus rename entry (#412)
This commit is contained in:
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…
Reference in New Issue
Block a user