X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fquattro%2Fquattro.less;h=415eda83c5214653ab7cefa075294301e2f07271;hb=ecc393e1c3727029ae7cb6062269242ac885950d;hp=681cfcc3748634cf6eb0e9114b42ee1cd7873997;hpb=03000beac6a70b6f5bb1e6852a2aad4eb6f52787;p=friendica.git diff --git a/view/theme/quattro/quattro.less b/view/theme/quattro/quattro.less index 681cfcc374..415eda83c5 100644 --- a/view/theme/quattro/quattro.less +++ b/view/theme/quattro/quattro.less @@ -59,7 +59,7 @@ blockquote { } -code { +pre code { font-family: Courier, monospace; white-space: pre; display: block; @@ -265,9 +265,10 @@ ul.menu-popup { } /* autocomplete popup */ +.autocomplete, .acpopup-mce { max-height:150px; } .autocomplete, +.acpopup-mce, .acpopup { - max-height:150px; background-color:@MenuBg; color: @Menu; border:1px solid @MenuBorder; @@ -291,6 +292,15 @@ ul.menu-popup { background-color: @MenuItemHoverBg; } } +.textcomplete-item { + color: @MenuItem; + a:hover{ + color: @MenuItem; + } + &.active{ + background-color: @MenuItemHoverBg; + } +} #nav-notifications-menu { @@ -408,19 +418,19 @@ aside { .group-delete-wrapper { float: right; margin-right: 50px; - .drophide { - background-image: url('../../../images/icons/22/delete.png'); - display: block; width: 22px; height: 22px; - opacity: 0.3; - position: relative; - top: -50px; - } - .drop { - background-image: url('../../../images/icons/22/delete.png'); - display: block; width: 22px; height: 22px; - position: relative; - top: -50px; - } + .drophide { + background-image: url('../../../images/icons/22/delete.png'); + display: block; width: 22px; height: 22px; + opacity: 0.3; + position: relative; + top: -50px; + } + .drop { + background-image: url('../../../images/icons/22/delete.png'); + display: block; width: 22px; height: 22px; + position: relative; + top: -50px; + } } /* #group-members { @@ -502,7 +512,7 @@ section { } .sparkle { - cursor: url('icons/lock.cur'), pointer; + cursor: url('icons/lock.cur'), pointer; } /* wall item */ @@ -565,7 +575,9 @@ section { a { margin-right: 3em; } } .wall-item-actions-social { float: left; margin-top: 0.5em; - a { margin-right: 3em; } + a { margin-right: 3em; + &.active { font-weight: bold;} + } } .wall-item-actions-tools { float: right; width: 15%; a { float: right; } @@ -776,12 +788,10 @@ blockquote.shared_content { border: none; } - .oembed.video { > a.embed_video { display: block; - float: left; - position: relative; + position: relative; > div { position: absolute; top: 0px; left: 0px; background: @@ -793,7 +803,6 @@ blockquote.shared_content { } } - /* threaded comments */ .children { margin-top: 1em; @@ -959,6 +968,7 @@ span[id^="showmore-wrap"] { text-overflow: ellipsis; } +#contact-edit-status-wrapper { border-color: @JotToolsOverBackgroundColor;} /* editor */ .jothidden { display: none; } #jot { @@ -1431,11 +1441,6 @@ ul.tabs { margin: 0 10px 10px 0; position: relative; - .video-js { - width: 200px!important; - height: 132px!important; - } - .video-delete { position: absolute; opacity: 0; @@ -1665,6 +1670,9 @@ footer { height: 100px; display: table-row; } margin-top: 25px; clear: both; } +.pager .disabled { + display: none; +} /** * ADMIN @@ -1702,10 +1710,10 @@ footer { height: 100px; display: table-row; } clear:left; text-align: right; } - #pluginslist { + #addonslist { margin: 0; padding: 0; } - .plugin { + .addon { list-style: none; display: block; border: 1px solid #888888; @@ -1716,7 +1724,7 @@ footer { height: 100px; display: table-row; } margin-left: 2.5em; } } - .toggleplugin { + .toggleaddon { float:left; margin-right: 1em; } @@ -1738,6 +1746,9 @@ footer { height: 100px; display: table-row; } width: 16px; height: 16px; } .selectall { text-align: right; } + .settings-block { + border-bottom: 1px solid #cccccc; + } } /* edit buttons for comments */