diff options
Diffstat (limited to 'common/gtk-3.0/3.18/gtk.css')
-rw-r--r-- | common/gtk-3.0/3.18/gtk.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/common/gtk-3.0/3.18/gtk.css b/common/gtk-3.0/3.18/gtk.css index a8beed2..d505ed4 100644 --- a/common/gtk-3.0/3.18/gtk.css +++ b/common/gtk-3.0/3.18/gtk.css @@ -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; } |