1
0
mirror of https://github.com/horst3180/arc-theme.git synced 2024-09-28 14:00:44 +00:00

gedit: remove search-entry-occurrences-tag border

This commit is contained in:
Horst3180 2015-09-20 16:49:32 +02:00
parent e6d9055657
commit 73972bbd8a
7 changed files with 7 additions and 0 deletions

View File

@ -3082,6 +3082,7 @@ GeditFileBrowserWidget .toolbar, GeditFileBrowserWidget .inline-toolbar {
.gedit-search-entry-occurrences-tag {
color: rgba(211, 218, 227, 0.6);
border: none;
margin: 2px;
padding: 2px; }

View File

@ -3085,6 +3085,7 @@ GeditFileBrowserWidget .toolbar, GeditFileBrowserWidget .inline-toolbar {
.gedit-search-entry-occurrences-tag {
color: rgba(92, 97, 108, 0.6);
border: none;
margin: 2px;
padding: 2px; }

View File

@ -3082,6 +3082,7 @@ GeditFileBrowserWidget .toolbar, GeditFileBrowserWidget .inline-toolbar {
.gedit-search-entry-occurrences-tag {
color: rgba(211, 218, 227, 0.6);
border: none;
margin: 2px;
padding: 2px; }

View File

@ -3085,6 +3085,7 @@ GeditFileBrowserWidget .toolbar, GeditFileBrowserWidget .inline-toolbar {
.gedit-search-entry-occurrences-tag {
color: rgba(92, 97, 108, 0.6);
border: none;
margin: 2px;
padding: 2px; }

View File

@ -3089,6 +3089,7 @@ GeditFileBrowserWidget .toolbar, GeditFileBrowserWidget .inline-toolbar {
.gedit-search-entry-occurrences-tag {
color: rgba(92, 97, 108, 0.6);
border: none;
margin: 2px;
padding: 2px; }

View File

@ -3089,6 +3089,7 @@ GeditFileBrowserWidget .toolbar, GeditFileBrowserWidget .inline-toolbar {
.gedit-search-entry-occurrences-tag {
color: rgba(92, 97, 108, 0.6);
border: none;
margin: 2px;
padding: 2px; }

View File

@ -302,6 +302,7 @@ GeditFileBrowserWidget .toolbar {
.gedit-search-entry-occurrences-tag {
color: transparentize($fg_color, 0.4);
border: none;
margin: 2px;
padding: 2px;
}