Mobile use --color-primary instead of #0b87e7
Signed-off-by: andreas kainz <kainz.a@gmail.com> Change-Id: I95a4ddadd56b7aee97e2fbb8ba349aaca1bd4ed2
This commit is contained in:
parent
8bf7f59cc2
commit
bce99709ec
3 changed files with 4 additions and 4 deletions
|
@ -20,7 +20,7 @@
|
|||
--color-background-darker: #c0bfbc; /* hover */
|
||||
--color-background-lighter: #fff; /* toolbar, dialog, disabled */
|
||||
|
||||
--color-primary: #1C99E0; /* border-color */
|
||||
--color-primary: #0b87e7; /* border-color */
|
||||
--color-primary-text: #fff; /* text color when primary-lighter is background */
|
||||
--color-primary-dark: #0063b1;
|
||||
--color-primary-darker: #004b86;
|
||||
|
|
|
@ -245,7 +245,7 @@ nav.spreadsheet-color-indicator ~ #sidebar-dock-wrapper {
|
|||
height: 56px;
|
||||
right: 16px;
|
||||
bottom: 16px;
|
||||
background-color: #0b87e7;
|
||||
background-color: var(--color-primary);
|
||||
border-radius: 50%;
|
||||
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
|
||||
z-index: 1001;
|
||||
|
@ -823,7 +823,7 @@ nav.drawing-color-indicator ~ #main-document-content .cool-annotation-reply-coun
|
|||
background: #99CCFF;
|
||||
}
|
||||
.drop-down-field-list-item:hover {
|
||||
background: #0b87e7;
|
||||
background-color: var(--color-primary);
|
||||
}
|
||||
|
||||
.word-wrap-for-vex-dialog {
|
||||
|
|
|
@ -70,7 +70,7 @@ input#follow-checkbox:checked ~ .checkmark:after {
|
|||
display: block;
|
||||
}
|
||||
input#follow-checkbox:checked ~ .checkmark {
|
||||
background-color: #0b87e7;
|
||||
background-color: var(--color-primary);
|
||||
}
|
||||
#userlist_table + hr { display: none;}
|
||||
div#w2ui-overlay-actionbar.w2ui-overlay{
|
||||
|
|
Loading…
Reference in a new issue