]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/css/style.css
Merge pull request #3204 from Hypolite/improvement/frio-action-links-to-buttons
[friendica.git] / view / theme / frio / css / style.css
index 45243a3b014b5a2830808295157247de75200327..245cd39fff4bd2690fdee2d3afd7eaced8044f9a 100644 (file)
@@ -94,6 +94,7 @@ blockquote {
 code {
     white-space: pre-wrap;
 }
+.help-content-wrapper code {display: inline}
 
 /*
 * standard page elements
@@ -210,8 +211,8 @@ a#item-delete-selected {
     padding-left: 0;
     padding-right: 0;
 }
-.btn-link:focus, .btn-link:hover {
-    color: #23527c;
+.btn {
+       color: inherit;
 }
 .btn-eventnav, btn-eventnav:hover {
     font-size: 16px;
@@ -658,6 +659,8 @@ nav.navbar a, nav.navbar .btn-link {
 }
 #topbar-first .dropdown.account > a,
 #topbar-first .dropdown.account.open > a,
+#topbar-first .dropdown.account > button,
+#topbar-first .dropdown.account.open > button,
 #topbar-first .dropdown.account > :hover,
 #topbar-first .dropdown.account.open > :hover {
     background-color: $nav_bg;
@@ -846,16 +849,6 @@ nav.navbar a, nav.navbar .btn-link {
 .nav-pills > li > .btn-link {
     border-radius: 4px;
 }
-.dropdown-menu > li > :focus,
-.dropdown-menu > li > :hover {
-    background-color: #e8e8e8;
-    background-image: -webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
-    background-image: -o-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
-    background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#e8e8e8));
-    background-image: linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);
-    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
-    background-repeat: repeat-x;
-}
 .nav-pills .dropdown-menu,
 .nav-tabs .dropdown-menu,
 .account .dropdown-menu,
@@ -1316,6 +1309,18 @@ section #jotOpen {
     color: #fff;
 }
 
+/* Filebrowser */
+.fbrowser .profile-rotator-wrapper {
+    min-height: 200px;
+}
+.fbrowser .fa-spin {
+   position: absolute;
+   left: 45%;
+   top: 40%;
+   font-size: 48px;
+   margin:0px auto;
+}
+
 /*
 /* Stream
 */
@@ -1605,6 +1610,9 @@ code > .hl-main {
 .wall-item-actions .button-likes {
     text-transform: capitalize;
 }
+.wall-item-actions .separator {
+       margin: 0 .3em;
+}
 
 /* wall item hover effects */
 .wall-item-container .wall-item-links,
@@ -1676,9 +1684,6 @@ code > .hl-main {
 /*
 * Comment Box
 */
-.wall-item-comment-wrapper {
-    margin-top: 10px;
-}
 .thread_level_2 .wall-item-comment-wrapper {
     padding-right: 5px;
 }