mirror of
https://github.com/horst3180/arc-theme.git
synced 2024-10-27 19:04:02 +00:00
gtk3: remove borders from nautilus-list-view (fix #533)
This commit is contained in:
parent
28cdb3e34b
commit
6539bc919d
@ -2745,9 +2745,6 @@ NautilusQueryEditor .search-bar.toolbar, NautilusQueryEditor .search-bar.inline-
|
||||
background-color: #313541;
|
||||
border-color: #1b1d24; }
|
||||
|
||||
NautilusListView .view {
|
||||
border-bottom: 1px solid #2b2e39; }
|
||||
|
||||
NemoWindow .sidebar .frame {
|
||||
border-width: 0; }
|
||||
|
||||
|
@ -2748,9 +2748,6 @@ NautilusQueryEditor .search-bar.toolbar, NautilusQueryEditor .search-bar.inline-
|
||||
background-color: #edeef0;
|
||||
border-color: #d0d5da; }
|
||||
|
||||
NautilusListView .view {
|
||||
border-bottom: 1px solid #dcdfe3; }
|
||||
|
||||
NemoWindow .sidebar .frame {
|
||||
border-width: 0; }
|
||||
|
||||
|
@ -2745,9 +2745,6 @@ NautilusQueryEditor .search-bar.toolbar, NautilusQueryEditor .search-bar.inline-
|
||||
background-color: #313541;
|
||||
border-color: #1b1d24; }
|
||||
|
||||
NautilusListView .view {
|
||||
border-bottom: 1px solid #2b2e39; }
|
||||
|
||||
NemoWindow .sidebar .frame {
|
||||
border-width: 0; }
|
||||
|
||||
|
@ -2748,9 +2748,6 @@ NautilusQueryEditor .search-bar.toolbar, NautilusQueryEditor .search-bar.inline-
|
||||
background-color: #edeef0;
|
||||
border-color: #d0d5da; }
|
||||
|
||||
NautilusListView .view {
|
||||
border-bottom: 1px solid #dcdfe3; }
|
||||
|
||||
NemoWindow .sidebar .frame {
|
||||
border-width: 0; }
|
||||
|
||||
|
@ -2752,9 +2752,6 @@ NautilusQueryEditor .search-bar.toolbar, NautilusQueryEditor .search-bar.inline-
|
||||
background-color: #edeef0;
|
||||
border-color: #d0d5da; }
|
||||
|
||||
NautilusListView .view {
|
||||
border-bottom: 1px solid #dcdfe3; }
|
||||
|
||||
NemoWindow .sidebar .frame {
|
||||
border-width: 0; }
|
||||
|
||||
|
@ -2752,9 +2752,6 @@ NautilusQueryEditor .search-bar.toolbar, NautilusQueryEditor .search-bar.inline-
|
||||
background-color: #edeef0;
|
||||
border-color: #d0d5da; }
|
||||
|
||||
NautilusListView .view {
|
||||
border-bottom: 1px solid #dcdfe3; }
|
||||
|
||||
NemoWindow .sidebar .frame {
|
||||
border-width: 0; }
|
||||
|
||||
|
@ -156,9 +156,6 @@ $disk_space_free: darken($bg_color, 3%);
|
||||
}
|
||||
}
|
||||
|
||||
// View
|
||||
NautilusListView .view { border-bottom: 1px solid $borders_color; }
|
||||
|
||||
//
|
||||
// Nemo
|
||||
//
|
||||
|
@ -3145,9 +3145,6 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
|
||||
background-color: #313541;
|
||||
border-color: #1b1d24; }
|
||||
|
||||
.nautilus-list-view .view, .nautilus-list-view iconview {
|
||||
border-bottom: 1px solid #2b2e39; }
|
||||
|
||||
@keyframes needs_attention_keyframes {
|
||||
0% {
|
||||
color: rgba(207, 218, 231, 0.8);
|
||||
|
@ -3144,9 +3144,6 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
|
||||
background-color: #edeef0;
|
||||
border-color: #d0d5da; }
|
||||
|
||||
.nautilus-list-view .view, .nautilus-list-view iconview {
|
||||
border-bottom: 1px solid #dcdfe3; }
|
||||
|
||||
@keyframes needs_attention_keyframes {
|
||||
0% {
|
||||
color: rgba(207, 218, 231, 0.8);
|
||||
|
@ -3145,9 +3145,6 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
|
||||
background-color: #313541;
|
||||
border-color: #1b1d24; }
|
||||
|
||||
.nautilus-list-view .view, .nautilus-list-view iconview {
|
||||
border-bottom: 1px solid #2b2e39; }
|
||||
|
||||
@keyframes needs_attention_keyframes {
|
||||
0% {
|
||||
color: rgba(207, 218, 231, 0.8);
|
||||
|
@ -3144,9 +3144,6 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
|
||||
background-color: #edeef0;
|
||||
border-color: #d0d5da; }
|
||||
|
||||
.nautilus-list-view .view, .nautilus-list-view iconview {
|
||||
border-bottom: 1px solid #dcdfe3; }
|
||||
|
||||
@keyframes needs_attention_keyframes {
|
||||
0% {
|
||||
color: rgba(207, 218, 231, 0.8);
|
||||
|
@ -3148,9 +3148,6 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
|
||||
background-color: #edeef0;
|
||||
border-color: #d0d5da; }
|
||||
|
||||
.nautilus-list-view .view, .nautilus-list-view iconview {
|
||||
border-bottom: 1px solid #dcdfe3; }
|
||||
|
||||
@keyframes needs_attention_keyframes {
|
||||
0% {
|
||||
color: rgba(82, 93, 118, 0.8);
|
||||
|
@ -3148,9 +3148,6 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
|
||||
background-color: #edeef0;
|
||||
border-color: #d0d5da; }
|
||||
|
||||
.nautilus-list-view .view, .nautilus-list-view iconview {
|
||||
border-bottom: 1px solid #dcdfe3; }
|
||||
|
||||
@keyframes needs_attention_keyframes {
|
||||
0% {
|
||||
color: rgba(82, 93, 118, 0.8);
|
||||
|
@ -91,9 +91,6 @@ $disk_space_free: darken($bg_color, 3%);
|
||||
}
|
||||
}
|
||||
|
||||
// View
|
||||
.nautilus-list-view .view { border-bottom: 1px solid $borders_color; }
|
||||
|
||||
@keyframes needs_attention_keyframes {
|
||||
0% { @include button(header-hover); }
|
||||
100% { @include button(header-active) }
|
||||
|
Loading…
Reference in New Issue
Block a user