1
0
mirror of https://github.com/horst3180/arc-theme.git synced 2024-10-27 19:04:02 +00:00

fix nautilus/documents entry tag

This commit is contained in:
Horst3180 2016-03-10 16:35:27 +01:00
parent 8aabfd1921
commit 5065726712
7 changed files with 21 additions and 21 deletions

View File

@ -2912,18 +2912,18 @@ button.documents-favorite:active:hover {
color: #a9caf1; }
.documents-entry-tag {
background-color: #5294E2;
color: #ffffff;
background: #5294E2;
border-radius: 2px;
border-width: 0;
margin: 2px;
padding: 4px; }
.documents-entry-tag:hover {
color: #ffffff;
background-color: #639fe5; }
background: #639fe5; }
.documents-entry-tag:active {
color: #ffffff;
background-color: #4189df; }
background: #4189df; }
toolbar .linked .documents-entry-tag button, .inline-toolbar .linked .documents-entry-tag button {
background: none;
border: none;

View File

@ -2911,18 +2911,18 @@ button.documents-favorite:active:hover {
color: #a9caf1; }
.documents-entry-tag {
background-color: #5294E2;
color: #ffffff;
background: #5294E2;
border-radius: 2px;
border-width: 0;
margin: 2px;
padding: 4px; }
.documents-entry-tag:hover {
color: #ffffff;
background-color: #639fe5; }
background: #639fe5; }
.documents-entry-tag:active {
color: #ffffff;
background-color: #4189df; }
background: #4189df; }
toolbar .linked .documents-entry-tag button, .inline-toolbar .linked .documents-entry-tag button {
background: none;
border: none;

View File

@ -2912,18 +2912,18 @@ button.documents-favorite:active:hover {
color: #a9caf1; }
.documents-entry-tag {
background-color: #5294E2;
color: #ffffff;
background: #5294E2;
border-radius: 2px;
border-width: 0;
margin: 2px;
padding: 4px; }
.documents-entry-tag:hover {
color: #ffffff;
background-color: #639fe5; }
background: #639fe5; }
.documents-entry-tag:active {
color: #ffffff;
background-color: #4189df; }
background: #4189df; }
toolbar .linked .documents-entry-tag button, .inline-toolbar .linked .documents-entry-tag button {
background: none;
border: none;

View File

@ -2911,18 +2911,18 @@ button.documents-favorite:active:hover {
color: #a9caf1; }
.documents-entry-tag {
background-color: #5294E2;
color: #ffffff;
background: #5294E2;
border-radius: 2px;
border-width: 0;
margin: 2px;
padding: 4px; }
.documents-entry-tag:hover {
color: #ffffff;
background-color: #639fe5; }
background: #639fe5; }
.documents-entry-tag:active {
color: #ffffff;
background-color: #4189df; }
background: #4189df; }
toolbar .linked .documents-entry-tag button, .inline-toolbar .linked .documents-entry-tag button {
background: none;
border: none;

View File

@ -2915,18 +2915,18 @@ button.documents-favorite:active:hover {
color: #a9caf1; }
.documents-entry-tag {
background-color: #5294E2;
color: #ffffff;
background: #5294E2;
border-radius: 2px;
border-width: 0;
margin: 2px;
padding: 4px; }
.documents-entry-tag:hover {
color: #ffffff;
background-color: #639fe5; }
background: #639fe5; }
.documents-entry-tag:active {
color: #ffffff;
background-color: #4189df; }
background: #4189df; }
toolbar .linked .documents-entry-tag button, .inline-toolbar .linked .documents-entry-tag button {
background: none;
border: none;

View File

@ -2915,18 +2915,18 @@ button.documents-favorite:active:hover {
color: #a9caf1; }
.documents-entry-tag {
background-color: #5294E2;
color: #ffffff;
background: #5294E2;
border-radius: 2px;
border-width: 0;
margin: 2px;
padding: 4px; }
.documents-entry-tag:hover {
color: #ffffff;
background-color: #639fe5; }
background: #639fe5; }
.documents-entry-tag:active {
color: #ffffff;
background-color: #4189df; }
background: #4189df; }
toolbar .linked .documents-entry-tag button, .inline-toolbar .linked .documents-entry-tag button {
background: none;
border: none;

View File

@ -300,8 +300,8 @@ button.documents-favorite:active:hover {
}
.documents-entry-tag {
background-color: $selected_bg_color;
color: $selected_fg_color;
background: $selected_bg_color;
border-radius: 2px;
border-width: 0;
margin: 2px;
@ -309,11 +309,11 @@ button.documents-favorite:active:hover {
&:hover {
color: $selected_fg_color;
background-color: lighten($selected_bg_color, 4%);
background: lighten($selected_bg_color, 4%);
}
&:active {
color: $selected_fg_color;
background-color: darken($selected_bg_color, 4%);
background: darken($selected_bg_color, 4%);
}
toolbar .linked & button {