]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/scheme/dark.css
Merge pull request #12502 from annando/no-gs-import
[friendica.git] / view / theme / frio / scheme / dark.css
index 411a5811c60512faea996c2a974a2ed7916cf185..5f7690d9c9cd20780dac946adbdf6930a8b5c8f2 100644 (file)
@@ -18,7 +18,7 @@
 }
 
 #topbar-first #nav-notifications-menu li.notification-unseen {
-        background-color: $nav_icon_hover_color;
+       background-color: $nav_icon_hover_color;
 }
 
 #topbar-second {
        border_color: $link_color;
 }
 
-.dropdown-menu, .account .dropdown-menu {
+.dropdown-menu,
+.account .dropdown-menu {
        background-color: $background_color;
 }
-.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
+.dropdown-menu > li > a:focus,
+.dropdown-menu > li > a:hover {
        color: $link_color;
 }
 .account .dropdown-menu li {
        border-color: $background_color;
 }
 
-.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
+.dropdown-menu > li > a:focus,
+.dropdown-menu > li > a:hover {
        background-image: none;
        background-color: rgba(232, 232, 232, $contentbg_transp);
 }
        -webkit-box-shadow: 0 0 3px #dadada;
 }
 
-input[type=text],
-input[type=submit],
-button[type=submit]:not(.btn),
+input[type="text"],
+input[type="submit"],
+button[type="submit"]:not(.btn),
 select,
 textarea,
 .form-control {
-       border: none;
+       border: 2px solid transparent;
        background-color: $nav_bg;
        color: $font_color;
        box-shadow: 0 0 3px #dadada;
        -webkit-box-shadow: 0 0 3px #dadada;
 }
-input[type=range] {
+input[type="range"] {
        box-shadow: none;
 }
 
@@ -83,12 +86,17 @@ input[type=range] {
        color: $font_color_darker;
 }
 
-.nav-tabs>li.active>a,
-.nav-tabs>li.active>a:focus,
-.nav-tabs>li.active>a:hover,
-main .nav-tabs>li.active>a,
-main .nav-tabs>li.active>a:focus,
-main .nav-tabs>li.active>a:hover {
+.radio label::before,
+.checkbox label::before {
+       background-color: $background_color;
+}
+
+.nav-tabs > li.active > a,
+.nav-tabs > li.active > a:focus,
+.nav-tabs > li.active > a:hover,
+main .nav-tabs > li.active > a,
+main .nav-tabs > li.active > a:focus,
+main .nav-tabs > li.active > a:hover {
        background-color: $nav_bg;
        color: $font_color_darker;
 }
@@ -113,8 +121,8 @@ main .nav-tabs>li.active>a:hover {
        color: $font_color;
 }
 
-.pagination>li>a:hover,
-.pagination>li>span:hover {
+.pagination > li > a:hover,
+.pagination > li > span:hover {
        background-color: $nav_bg;
 }
 
@@ -178,8 +186,8 @@ main .nav-tabs>li.active>a:hover {
        color: $font_color;
 }
 
-button[type=submit]:not(.btn),
-input[type=submit],
+button[type="submit"]:not(.btn),
+input[type="submit"],
 .btn.btn-primary {
        border: 1px solid $link_color;
 }
@@ -189,7 +197,7 @@ input[type=submit],
        color: $link_color;
 }
 
-.panel-default>.panel-heading {
+.panel-default > .panel-heading {
        background: none;
        background-color: $nav_bg;
        color: $font_color;
@@ -242,8 +250,7 @@ input[type=submit],
 
 @media (min-width: 768px) {
        .wall-item-container .wall-item-links,
-       .wall-item-container .wall-item-actions button,
-       .wall-item-container .body-attach > a {
+       .wall-item-container .wall-item-actions button > a {
                opacity: 0.3;
                -webkit-transition: all 0.25s ease-in-out;
                -moz-transition: all 0.25s ease-in-out;
@@ -252,8 +259,7 @@ input[type=submit],
                transition: all 0.25s ease-in-out;
        }
        .wall-item-container:hover .wall-item-links,
-       .wall-item-container:hover .wall-item-actions button,
-       .wall-item-container:hover .body-attach > a {
+       .wall-item-container:hover .wall-item-actions button > a {
                opacity: 1;
                -webkit-transition: all 0.25s ease-in-out;
                -moz-transition: all 0.25s ease-in-out;
@@ -299,26 +305,52 @@ input[type=submit],
        color: inherit;
 }
 
-
 code {
        color: $font_color;
-       background-color: rgba(255, 255, 255, .2);
+       background-color: rgba(255, 255, 255, 0.2);
 }
 pre {
        color: $font_color_darker;
-       background-color: rgba(255, 255, 255, .05);
+       background-color: rgba(255, 255, 255, 0.05);
 }
 
 legend {
        color: $font_color;
 }
 
-.table-striped>tbody>tr:nth-of-type(odd),
+.table-striped > tbody > tr:nth-of-type(odd),
 .table-hover > tbody > tr:hover,
 .adminpage .table-hover > tbody > tr:hover + tr.details {
        background-color: $nav_bg;
 }
 
-input[type=text].tt-input {
+input[type="text"].tt-input {
        box-shadow: none;
 }
+
+#back-to-top {
+       border: 1px solid $nav_icon_color;
+}
+
+.acpopup {
+       background-color: $nav_bg;
+       box-shadow: 0px 6px 12px rgba(218, 218, 218, .18);
+       -webkit-box-shadow: 0px 6px 12px rgba(218, 218, 218, .18);
+}
+
+.textcomplete-item > a {
+       color: $nav_icon_color !important;
+}
+
+.textcomplete-item.active > a {
+       background-color: $nav_icon_hover_color !important;
+}
+
+#preview_profile-jot-text, .comment-edit-form .preview {
+       background-color: $nav_bg;
+       border-width: 1px;
+}
+
+textarea#profile-jot-text:focus + #preview_profile-jot-text, textarea.comment-edit-text:focus + .comment-edit-form .preview {
+       border-color: $link_color;
+}