mirror of
https://github.com/horst3180/arc-theme.git
synced 2024-10-27 19:04:02 +00:00
fix gnome-documents entry-tag
This commit is contained in:
parent
12f6457901
commit
6cb7e75cf5
@ -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;
|
||||||
|
@ -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;
|
||||||
|
@ -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;
|
||||||
|
@ -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;
|
||||||
|
@ -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;
|
||||||
|
@ -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;
|
||||||
|
@ -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;
|
||||||
|
@ -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 {
|
||||||
|
@ -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 {
|
||||||
|
@ -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 {
|
||||||
|
@ -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 {
|
||||||
|
@ -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 {
|
||||||
|
@ -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 {
|
||||||
|
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user