mirror of
https://github.com/horst3180/arc-theme.git
synced 2024-10-27 19:04:02 +00:00
add workaround for Nemo rename entry
This commit is contained in:
parent
7c80b3474d
commit
3afcf368bc
@ -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; }
|
||||
|
||||
|
@ -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; }
|
||||
|
||||
|
@ -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; }
|
||||
|
||||
|
@ -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; }
|
||||
|
||||
|
@ -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; }
|
||||
|
||||
|
@ -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; }
|
||||
|
||||
|
@ -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;
|
||||
}
|
||||
|
@ -2837,6 +2837,9 @@ NautilusQueryEditor .search-bar.toolbar, NautilusQueryEditor .search-bar.inline-
|
||||
background-color: #313541;
|
||||
border-color: #1b1d24; }
|
||||
|
||||
NemoWindow EelEditableLabel.entry {
|
||||
transition: none; }
|
||||
|
||||
NemoWindow .sidebar .frame {
|
||||
border-width: 0; }
|
||||
|
||||
|
@ -2840,6 +2840,9 @@ NautilusQueryEditor .search-bar.toolbar, NautilusQueryEditor .search-bar.inline-
|
||||
background-color: #edeef0;
|
||||
border-color: #d0d5da; }
|
||||
|
||||
NemoWindow EelEditableLabel.entry {
|
||||
transition: none; }
|
||||
|
||||
NemoWindow .sidebar .frame {
|
||||
border-width: 0; }
|
||||
|
||||
|
@ -2837,6 +2837,9 @@ NautilusQueryEditor .search-bar.toolbar, NautilusQueryEditor .search-bar.inline-
|
||||
background-color: #313541;
|
||||
border-color: #1b1d24; }
|
||||
|
||||
NemoWindow EelEditableLabel.entry {
|
||||
transition: none; }
|
||||
|
||||
NemoWindow .sidebar .frame {
|
||||
border-width: 0; }
|
||||
|
||||
|
@ -2840,6 +2840,9 @@ NautilusQueryEditor .search-bar.toolbar, NautilusQueryEditor .search-bar.inline-
|
||||
background-color: #edeef0;
|
||||
border-color: #d0d5da; }
|
||||
|
||||
NemoWindow EelEditableLabel.entry {
|
||||
transition: none; }
|
||||
|
||||
NemoWindow .sidebar .frame {
|
||||
border-width: 0; }
|
||||
|
||||
|
@ -2840,6 +2840,9 @@ NautilusQueryEditor .search-bar.toolbar, NautilusQueryEditor .search-bar.inline-
|
||||
background-color: #edeef0;
|
||||
border-color: #d0d5da; }
|
||||
|
||||
NemoWindow EelEditableLabel.entry {
|
||||
transition: none; }
|
||||
|
||||
NemoWindow .sidebar .frame {
|
||||
border-width: 0; }
|
||||
|
||||
|
@ -2840,6 +2840,9 @@ NautilusQueryEditor .search-bar.toolbar, NautilusQueryEditor .search-bar.inline-
|
||||
background-color: #edeef0;
|
||||
border-color: #d0d5da; }
|
||||
|
||||
NemoWindow EelEditableLabel.entry {
|
||||
transition: none; }
|
||||
|
||||
NemoWindow .sidebar .frame {
|
||||
border-width: 0; }
|
||||
|
||||
|
@ -141,6 +141,8 @@ $disk_space_free: darken($bg_color, 3%);
|
||||
//
|
||||
NemoIconViewContainer { @extend NautilusCanvasViewContainer.view }
|
||||
|
||||
NemoWindow EelEditableLabel.entry { transition: none; } // Workaround for invisible text in rename entry
|
||||
|
||||
NemoWindow .sidebar .frame {
|
||||
border-width: 0;
|
||||
}
|
||||
|
@ -3033,6 +3033,9 @@ 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; }
|
||||
|
||||
|
@ -3036,6 +3036,9 @@ NautilusQueryEditor .search-bar.toolbar, NautilusQueryEditor .search-bar.inline-
|
||||
NautilusListView .view {
|
||||
border-bottom: 1px solid #dbdfe3; }
|
||||
|
||||
NemoWindow EelEditableLabel.entry {
|
||||
transition: none; }
|
||||
|
||||
NemoWindow .sidebar .frame {
|
||||
border-width: 0; }
|
||||
|
||||
|
@ -3033,6 +3033,9 @@ 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; }
|
||||
|
||||
|
@ -3036,6 +3036,9 @@ NautilusQueryEditor .search-bar.toolbar, NautilusQueryEditor .search-bar.inline-
|
||||
NautilusListView .view {
|
||||
border-bottom: 1px solid #dbdfe3; }
|
||||
|
||||
NemoWindow EelEditableLabel.entry {
|
||||
transition: none; }
|
||||
|
||||
NemoWindow .sidebar .frame {
|
||||
border-width: 0; }
|
||||
|
||||
|
@ -3040,6 +3040,9 @@ NautilusQueryEditor .search-bar.toolbar, NautilusQueryEditor .search-bar.inline-
|
||||
NautilusListView .view {
|
||||
border-bottom: 1px solid #dbdfe3; }
|
||||
|
||||
NemoWindow EelEditableLabel.entry {
|
||||
transition: none; }
|
||||
|
||||
NemoWindow .sidebar .frame {
|
||||
border-width: 0; }
|
||||
|
||||
|
@ -3040,6 +3040,9 @@ NautilusQueryEditor .search-bar.toolbar, NautilusQueryEditor .search-bar.inline-
|
||||
NautilusListView .view {
|
||||
border-bottom: 1px solid #dbdfe3; }
|
||||
|
||||
NemoWindow EelEditableLabel.entry {
|
||||
transition: none; }
|
||||
|
||||
NemoWindow .sidebar .frame {
|
||||
border-width: 0; }
|
||||
|
||||
|
@ -164,6 +164,8 @@ NautilusListView .view { border-bottom: 1px solid $borders_color; }
|
||||
//
|
||||
NemoIconViewContainer { @extend NautilusCanvasViewContainer.view }
|
||||
|
||||
NemoWindow EelEditableLabel.entry { transition: none; } // Workaround for invisible text in rename entry
|
||||
|
||||
NemoWindow .sidebar .frame {
|
||||
border-width: 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user