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

fix gnome-documents entry-tag

This commit is contained in:
Horst3180 2015-09-11 22:11:36 +02:00
parent 12f6457901
commit 6cb7e75cf5
14 changed files with 40 additions and 10 deletions

View File

@ -3040,8 +3040,10 @@ EphyWindow .floating-bar {
margin: 2px; margin: 2px;
padding: 4px; } padding: 4px; }
.documents-entry-tag:hover { .documents-entry-tag:hover {
color: #ffffff;
background-color: #639fe5; } background-color: #639fe5; }
.documents-entry-tag:active { .documents-entry-tag:active {
color: #ffffff;
background-color: #4189df; } background-color: #4189df; }
.toolbar .linked .documents-entry-tag.button, .inline-toolbar .linked .documents-entry-tag.button { .toolbar .linked .documents-entry-tag.button, .inline-toolbar .linked .documents-entry-tag.button {
background: none; background: none;

View File

@ -3040,8 +3040,10 @@ EphyWindow .floating-bar {
margin: 2px; margin: 2px;
padding: 4px; } padding: 4px; }
.documents-entry-tag:hover { .documents-entry-tag:hover {
color: #ffffff;
background-color: #639fe5; } background-color: #639fe5; }
.documents-entry-tag:active { .documents-entry-tag:active {
color: #ffffff;
background-color: #4189df; } background-color: #4189df; }
.toolbar .linked .documents-entry-tag.button, .inline-toolbar .linked .documents-entry-tag.button { .toolbar .linked .documents-entry-tag.button, .inline-toolbar .linked .documents-entry-tag.button {
background: none; background: none;

View File

@ -3040,8 +3040,10 @@ EphyWindow .floating-bar {
margin: 2px; margin: 2px;
padding: 4px; } padding: 4px; }
.documents-entry-tag:hover { .documents-entry-tag:hover {
color: #ffffff;
background-color: #639fe5; } background-color: #639fe5; }
.documents-entry-tag:active { .documents-entry-tag:active {
color: #ffffff;
background-color: #4189df; } background-color: #4189df; }
.toolbar .linked .documents-entry-tag.button, .inline-toolbar .linked .documents-entry-tag.button { .toolbar .linked .documents-entry-tag.button, .inline-toolbar .linked .documents-entry-tag.button {
background: none; background: none;

View File

@ -3040,8 +3040,10 @@ EphyWindow .floating-bar {
margin: 2px; margin: 2px;
padding: 4px; } padding: 4px; }
.documents-entry-tag:hover { .documents-entry-tag:hover {
color: #ffffff;
background-color: #639fe5; } background-color: #639fe5; }
.documents-entry-tag:active { .documents-entry-tag:active {
color: #ffffff;
background-color: #4189df; } background-color: #4189df; }
.toolbar .linked .documents-entry-tag.button, .inline-toolbar .linked .documents-entry-tag.button { .toolbar .linked .documents-entry-tag.button, .inline-toolbar .linked .documents-entry-tag.button {
background: none; background: none;

View File

@ -3040,8 +3040,10 @@ EphyWindow .floating-bar {
margin: 2px; margin: 2px;
padding: 4px; } padding: 4px; }
.documents-entry-tag:hover { .documents-entry-tag:hover {
color: #ffffff;
background-color: #639fe5; } background-color: #639fe5; }
.documents-entry-tag:active { .documents-entry-tag:active {
color: #ffffff;
background-color: #4189df; } background-color: #4189df; }
.toolbar .linked .documents-entry-tag.button, .inline-toolbar .linked .documents-entry-tag.button { .toolbar .linked .documents-entry-tag.button, .inline-toolbar .linked .documents-entry-tag.button {
background: none; background: none;

View File

@ -3040,8 +3040,10 @@ EphyWindow .floating-bar {
margin: 2px; margin: 2px;
padding: 4px; } padding: 4px; }
.documents-entry-tag:hover { .documents-entry-tag:hover {
color: #ffffff;
background-color: #639fe5; } background-color: #639fe5; }
.documents-entry-tag:active { .documents-entry-tag:active {
color: #ffffff;
background-color: #4189df; } background-color: #4189df; }
.toolbar .linked .documents-entry-tag.button, .inline-toolbar .linked .documents-entry-tag.button { .toolbar .linked .documents-entry-tag.button, .inline-toolbar .linked .documents-entry-tag.button {
background: none; background: none;

View File

@ -388,8 +388,14 @@ EphyWindow .floating-bar { // Epiphany overrides the floating-bar style, so rese
margin: 2px; margin: 2px;
padding: 4px; padding: 4px;
&:hover { background-color: lighten($selected_bg_color, 4%) } &:hover {
&:active { background-color: darken($selected_bg_color, 4%) } color: $selected_fg_color;
background-color: lighten($selected_bg_color, 4%);
}
&:active {
color: $selected_fg_color;
background-color: darken($selected_bg_color, 4%);
}
.toolbar .linked &.button { .toolbar .linked &.button {
background: none; background: none;

View File

@ -2998,7 +2998,8 @@ EphyWindow .floating-bar {
margin: 2px; margin: 2px;
padding: 4px; } padding: 4px; }
.documents-entry-tag:hover { .documents-entry-tag:hover {
background-color: #639fe5; } background-color: #639fe5;
color: #ffffff; }
.documents-entry-tag:active { .documents-entry-tag:active {
background-color: #4189df; } background-color: #4189df; }
.toolbar .linked .documents-entry-tag.button, .inline-toolbar .linked .documents-entry-tag.button { .toolbar .linked .documents-entry-tag.button, .inline-toolbar .linked .documents-entry-tag.button {

View File

@ -2998,7 +2998,8 @@ EphyWindow .floating-bar {
margin: 2px; margin: 2px;
padding: 4px; } padding: 4px; }
.documents-entry-tag:hover { .documents-entry-tag:hover {
background-color: #639fe5; } background-color: #639fe5;
color: #ffffff; }
.documents-entry-tag:active { .documents-entry-tag:active {
background-color: #4189df; } background-color: #4189df; }
.toolbar .linked .documents-entry-tag.button, .inline-toolbar .linked .documents-entry-tag.button { .toolbar .linked .documents-entry-tag.button, .inline-toolbar .linked .documents-entry-tag.button {

View File

@ -2998,7 +2998,8 @@ EphyWindow .floating-bar {
margin: 2px; margin: 2px;
padding: 4px; } padding: 4px; }
.documents-entry-tag:hover { .documents-entry-tag:hover {
background-color: #639fe5; } background-color: #639fe5;
color: #ffffff; }
.documents-entry-tag:active { .documents-entry-tag:active {
background-color: #4189df; } background-color: #4189df; }
.toolbar .linked .documents-entry-tag.button, .inline-toolbar .linked .documents-entry-tag.button { .toolbar .linked .documents-entry-tag.button, .inline-toolbar .linked .documents-entry-tag.button {

View File

@ -2998,7 +2998,8 @@ EphyWindow .floating-bar {
margin: 2px; margin: 2px;
padding: 4px; } padding: 4px; }
.documents-entry-tag:hover { .documents-entry-tag:hover {
background-color: #639fe5; } background-color: #639fe5;
color: #ffffff; }
.documents-entry-tag:active { .documents-entry-tag:active {
background-color: #4189df; } background-color: #4189df; }
.toolbar .linked .documents-entry-tag.button, .inline-toolbar .linked .documents-entry-tag.button { .toolbar .linked .documents-entry-tag.button, .inline-toolbar .linked .documents-entry-tag.button {

View File

@ -2998,7 +2998,8 @@ EphyWindow .floating-bar {
margin: 2px; margin: 2px;
padding: 4px; } padding: 4px; }
.documents-entry-tag:hover { .documents-entry-tag:hover {
background-color: #639fe5; } background-color: #639fe5;
color: #ffffff; }
.documents-entry-tag:active { .documents-entry-tag:active {
background-color: #4189df; } background-color: #4189df; }
.toolbar .linked .documents-entry-tag.button, .inline-toolbar .linked .documents-entry-tag.button { .toolbar .linked .documents-entry-tag.button, .inline-toolbar .linked .documents-entry-tag.button {

View File

@ -2998,7 +2998,8 @@ EphyWindow .floating-bar {
margin: 2px; margin: 2px;
padding: 4px; } padding: 4px; }
.documents-entry-tag:hover { .documents-entry-tag:hover {
background-color: #639fe5; } background-color: #639fe5;
color: #ffffff; }
.documents-entry-tag:active { .documents-entry-tag:active {
background-color: #4189df; } background-color: #4189df; }
.toolbar .linked .documents-entry-tag.button, .inline-toolbar .linked .documents-entry-tag.button { .toolbar .linked .documents-entry-tag.button, .inline-toolbar .linked .documents-entry-tag.button {

View File

@ -436,8 +436,14 @@ EphyWindow .floating-bar { // Epiphany overrides the floating-bar style, so rese
margin: 2px; margin: 2px;
padding: 4px; padding: 4px;
&:hover { background-color: lighten($selected_bg_color, 4%) } &:hover {
&:active { background-color: darken($selected_bg_color, 4%) } color: $selected_fg_color;
background-color: lighten($selected_bg_color, 4%);
}
&:active {
color: $selected_fg_color;
background-color: darken($selected_bg_color, 4%);
}
.toolbar .linked &.button { .toolbar .linked &.button {
background: none; background: none;