X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fdarkzero-NS%2Fstyle.css;h=8d106bdc9f085f4a68570fe52634ebd50e05ace8;hb=c5845be74edd2e48d743772c3dd31e6ad5c2a25e;hp=6dc788f35381e8a028d5c7a3216883dd96e0c60b;hpb=7b3c02057db47a627b56bdd79f1055ea7f876617;p=friendica.git diff --git a/view/theme/darkzero-NS/style.css b/view/theme/darkzero-NS/style.css index 6dc788f353..8d106bdc9f 100644 --- a/view/theme/darkzero-NS/style.css +++ b/view/theme/darkzero-NS/style.css @@ -49,7 +49,7 @@ background: #444; color: #99CCFF; } -.wall-item-photo-menu li a { +.wall-item-photo-menu li a, .contact-photo-menu { color: #CCCCCC; background-color: #333333; } @@ -113,7 +113,7 @@ input#acl-search { .notify-seen { - background:#666; + background:#111; } #nav-notifications-menu { @@ -151,6 +151,33 @@ blockquote { overflow: none; } -.editicon:hover { - background-color: #ccc; -} \ No newline at end of file +.editicon { + background-color: #333; +} + +#datebrowse-sidebar select { +color:#99CCFF !important; +} + +.settings-widget .selected { +background: #666; +} + +#adminpage table tr:hover { + color: #eec; + background-color: #666; +} + +input#prvmail-subject { +background: #222 !important; +} + +/* Events */ + +.fc-state-highlight { +background: #666 !important; +} + +.fc-state-disabled, .fc-state-disabled .fc-button-inner { +color: #000 !important; +}