Browse Source

formatting

pull/269/head
GilbN 4 years ago
parent
commit
a067dc5b1f
  1. 18
      CSS/themes/duplicati/duplicati-base.css

18
CSS/themes/duplicati/duplicati-base.css

@ -51,11 +51,13 @@ body .container .footer {
color: var(--link-color-hover) !important; color: var(--link-color-hover) !important;
} }
body .container .header .action-icons>.pause, body .container .header .action-icons-small>.pause { body .container .header .action-icons>.pause,
body .container .header .action-icons-small>.pause {
background: url(https://dev.theme-park.dev/Resources/duplicati/pause.png); background: url(https://dev.theme-park.dev/Resources/duplicati/pause.png);
} }
body .container .header .action-icons>.throttle, body .container .header .action-icons-small>.throttle { body .container .header .action-icons>.throttle,
body .container .header .action-icons-small>.throttle {
background: url(https://dev.theme-park.dev/Resources/duplicati/throttle.png); background: url(https://dev.theme-park.dev/Resources/duplicati/throttle.png);
} }
@ -102,6 +104,7 @@ a span:hover:not(.tabs>li>a>span):not(.buttons>a>span) {
body .container .header a { body .container .header a {
color: rgb(var(--accent-color)) color: rgb(var(--accent-color))
} }
body .container .header a:hover { body .container .header a:hover {
color: var(--accent-color-hover) color: var(--accent-color-hover)
} }
@ -175,7 +178,7 @@ h2 {
} }
body .container .header .state { body .container .header .state {
background: rgb(var(--accent-color),.1); background: rgb(var(--accent-color), .1);
color: var(--text); color: var(--text);
border-color: rgb(var(--accent-color)); border-color: rgb(var(--accent-color));
} }
@ -193,7 +196,7 @@ body .container .header .state {
body .container .body .contextmenu { body .container .body .contextmenu {
display: none; display: none;
position: absolute; position: absolute;
background: var(--drop-down-menu-bg); background: var(--drop-down-menu-bg);
border: 1px rgba(255, 255, 255, 0.1) solid; border: 1px rgba(255, 255, 255, 0.1) solid;
box-shadow: 0 4px 8px rgb(0 0 0 / 30%); box-shadow: 0 4px 8px rgb(0 0 0 / 30%);
z-index: 200; z-index: 200;
@ -208,23 +211,28 @@ body .container .body .contextmenu li a:hover {
body .container .body .mainmenu>ul>li>a.home { body .container .body .mainmenu>ul>li>a.home {
background: url(https://dev.theme-park.dev/Resources/duplicati/home.png) no-repeat 8px 7px; background: url(https://dev.theme-park.dev/Resources/duplicati/home.png) no-repeat 8px 7px;
} }
body .container .body .mainmenu>ul>li>a.add { body .container .body .mainmenu>ul>li>a.add {
background: url(https://dev.theme-park.dev/Resources/duplicati/add.png) no-repeat 8px 7px; background: url(https://dev.theme-park.dev/Resources/duplicati/add.png) no-repeat 8px 7px;
} }
body .container .body .mainmenu>ul>li>a.restore { body .container .body .mainmenu>ul>li>a.restore {
background: url(https://dev.theme-park.dev/Resources/duplicati/restore.png) no-repeat 8px 7px; background: url(https://dev.theme-park.dev/Resources/duplicati/restore.png) no-repeat 8px 7px;
} }
body .container .body .mainmenu>ul>li>a.settings { body .container .body .mainmenu>ul>li>a.settings {
background: url(https://dev.theme-park.dev/Resources/duplicati/settings.png) no-repeat 8px 7px; background: url(https://dev.theme-park.dev/Resources/duplicati/settings.png) no-repeat 8px 7px;
} }
body .container .body .mainmenu>ul>li>a.about { body .container .body .mainmenu>ul>li>a.about {
background: url(https://dev.theme-park.dev/Resources/duplicati/about.png) no-repeat 8px 7px; background: url(https://dev.theme-park.dev/Resources/duplicati/about.png) no-repeat 8px 7px;
} }
body .container .body .mainmenu>ul>li>a.logout { body .container .body .mainmenu>ul>li>a.logout {
background: url(https://dev.theme-park.dev/Resources/duplicati/logout.png) no-repeat 8px 7px; background: url(https://dev.theme-park.dev/Resources/duplicati/logout.png) no-repeat 8px 7px;
} }
#threedotmenu_add_destination > ul > li > a > span { #threedotmenu_add_destination>ul>li>a>span {
color: var(--text) !important; color: var(--text) !important;
} }

Loading…
Cancel
Save