|
@@ -2276,9 +2276,6 @@ ul.sds-desktop-shortcut {
|
|
|
background-image: url(../../../image/index/reset.png);
|
|
|
}
|
|
|
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
/* userSetting */
|
|
|
.window-header-tool-wrapper .tool.help{
|
|
|
background-image: url(../../../image/index/wdheader_bt_help.png);
|
|
@@ -2362,6 +2359,221 @@ ul.sds-desktop-shortcut {
|
|
|
background-position: 0 0;
|
|
|
}
|
|
|
|
|
|
+/* 搜索框 */
|
|
|
+.syno-finder.spotlight-main-window {
|
|
|
+ height: 48px;
|
|
|
+ box-shadow: 0px 2px 20px rgba(0,0,0,0.4);
|
|
|
+ border-radius: 7px;
|
|
|
+ border: 1px solid #BCC4CC;
|
|
|
+ overflow: visible;
|
|
|
+}
|
|
|
+
|
|
|
+.syno-finder.spotlight-main-window.merge{
|
|
|
+ height: 418px;
|
|
|
+}
|
|
|
+
|
|
|
+.syno-finder.spotlight-main-window .x-window-tl {
|
|
|
+ display: none;
|
|
|
+}
|
|
|
+
|
|
|
+.syno-finder.spotlight-main-window .x-window-mc {
|
|
|
+ font-size: 13px;
|
|
|
+ background: transparent;
|
|
|
+}
|
|
|
+
|
|
|
+.syno-finder.spotlight-main-window .x-window-mc .x-window-body {
|
|
|
+ background: white;
|
|
|
+}
|
|
|
+
|
|
|
+.syno-finder .search-bar {
|
|
|
+ box-sizing: border-box;
|
|
|
+ background: white;
|
|
|
+}
|
|
|
+
|
|
|
+.syno-finder.spotlight-init .search-bar {
|
|
|
+ border: 0;
|
|
|
+}
|
|
|
+
|
|
|
+.syno-finder.spotlight-init .x-window-bwrap{
|
|
|
+ border-radius: 6px;
|
|
|
+}
|
|
|
+
|
|
|
+.syno-finder.spotlight-init .x-window-bwrap.merge{
|
|
|
+ border-radius:6px 6px 0 0 ;
|
|
|
+}
|
|
|
+
|
|
|
+.syno-finder .search-bar .magnifier {
|
|
|
+ height: 48px !important;
|
|
|
+ padding-left: 16px;
|
|
|
+ padding-right: 12px;
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ background-origin: content-box;
|
|
|
+ background-position: center center;
|
|
|
+}
|
|
|
+
|
|
|
+.syno-finder .search-bar .magnifier {
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ background-position: 16px 0px;
|
|
|
+ background-clip: content-box;
|
|
|
+ padding: 12px 0;
|
|
|
+ box-sizing: border-box;
|
|
|
+ cursor: pointer;
|
|
|
+}
|
|
|
+
|
|
|
+.syno-finder .search-bar .magnifier.everything{
|
|
|
+ background-image: url("../../../image/index/sn_bt_everything.png");
|
|
|
+}
|
|
|
+
|
|
|
+.syno-finder .search-bar .magnifier.document{
|
|
|
+ background-image: url("../../../image/index/sn_bt_document.png");
|
|
|
+}
|
|
|
+
|
|
|
+.syno-finder .search-bar .magnifier.photo{
|
|
|
+ background-image: url("../../../image/index/sn_bt_photo.png");
|
|
|
+}
|
|
|
+
|
|
|
+.syno-finder .search-bar .magnifier.audio{
|
|
|
+ background-image: url("../../../image/index/sn_bt_audio.png");
|
|
|
+}
|
|
|
+
|
|
|
+.syno-finder .search-bar .magnifier.video{
|
|
|
+ background-image: url("../../../image/index/sn_bt_video.png");
|
|
|
+}
|
|
|
+
|
|
|
+.syno-finder .search-bar .text-field {
|
|
|
+ height: 48px !important;
|
|
|
+ box-shadow: 0 0;
|
|
|
+ z-index: 11000;
|
|
|
+ border: 0;
|
|
|
+ padding: 0;
|
|
|
+ box-sizing: border-box;
|
|
|
+ background: transparent;
|
|
|
+ font-size: 15px;
|
|
|
+ color: #414b55;
|
|
|
+ position: relative;
|
|
|
+}
|
|
|
+
|
|
|
+.syno-finder .search-bar .text-field:lang(zh-CN), .syno-finder .search-bar .dummy-searchfield .suggestion .dummy:lang(zh-CN) {
|
|
|
+ font-family: Verdana,Arial,Microsoft YaHei,sans-serif;
|
|
|
+}
|
|
|
+
|
|
|
+.syno-finder .search-bar .dummy-searchfield {
|
|
|
+ z-index: 10000;
|
|
|
+ position: absolute !important;
|
|
|
+ box-sizing: border-box;
|
|
|
+ color: #A8B4BF;
|
|
|
+ overflow: hidden;
|
|
|
+}
|
|
|
+
|
|
|
+.syno-finder .search-bar.search-now-placeholder .dummy-searchfield {
|
|
|
+ color: rgba(65,75,85,0.4);
|
|
|
+}
|
|
|
+
|
|
|
+.syno-finder .search-bar .dummy-searchfield .suggestion {
|
|
|
+ font-size: 15px;
|
|
|
+}
|
|
|
+
|
|
|
+.syno-finder .search-bar.search-now-placeholder .dummy-searchfield {
|
|
|
+ color: rgba(65,75,85,0.4);
|
|
|
+}
|
|
|
+
|
|
|
+.syno-finder .search-bar .dummy-searchfield .suggestion {
|
|
|
+ font-size: 15px;
|
|
|
+}
|
|
|
+
|
|
|
+.syno-finder .search-bar .text-field, .syno-finder .search-bar .dummy-searchfield .suggestion .dummy {
|
|
|
+ font-family: Verdana,Arial,sans-serif;
|
|
|
+}
|
|
|
+
|
|
|
+.syno-finder .search-bar .dummy-searchfield .suggestion .dummy {
|
|
|
+ line-height: 48px;
|
|
|
+ color: transparent;
|
|
|
+}
|
|
|
+
|
|
|
+.syno-finder .search-bar .text-field:lang(zh-CN), .syno-finder .search-bar .dummy-searchfield .suggestion .dummy:lang(zh-CN) {
|
|
|
+ font-family: Verdana,Arial,Microsoft YaHei,sans-serif;
|
|
|
+}
|
|
|
+
|
|
|
+.syno-finder.spotlight-main-window .x-window-mc .x-window-body .main-panel {
|
|
|
+ border-top: 0;
|
|
|
+ background-color: #fff;
|
|
|
+}
|
|
|
+
|
|
|
+.syno-finder-spotlight-menu {
|
|
|
+ padding: 7px;
|
|
|
+ background: white;
|
|
|
+ box-shadow: 0 2px 2px #000;
|
|
|
+ box-shadow: 0 2px 5px rgba(0,0,0,0.25);
|
|
|
+ border: 1px solid #BCC4CC;
|
|
|
+ border-radius: 6px;
|
|
|
+}
|
|
|
+
|
|
|
+.syno-finder-spotlight-menu .cat-wrapper {
|
|
|
+ cursor: pointer;
|
|
|
+ height: 40px;
|
|
|
+ line-height: 40px;
|
|
|
+ font-size: 13px;
|
|
|
+ color: #414b55;
|
|
|
+ border-radius: 5px;
|
|
|
+}
|
|
|
+
|
|
|
+.syno-finder-spotlight-menu .cat-wrapper:hover {
|
|
|
+ color: #057FEB;
|
|
|
+ background: rgba(5,127,235,0.04);
|
|
|
+}
|
|
|
+
|
|
|
+.syno-finder-spotlight-menu .cat-wrapper:hover .icon {
|
|
|
+ background-position: center -24px;
|
|
|
+}
|
|
|
+
|
|
|
+.syno-finder-spotlight-menu .cat-wrapper.current {
|
|
|
+ color: #057FEB;
|
|
|
+}
|
|
|
+
|
|
|
+.syno-finder-spotlight-menu .cat-wrapper.current .icon {
|
|
|
+ background-position: center -24px;
|
|
|
+}
|
|
|
+
|
|
|
+.syno-finder-spotlight-menu .cat-wrapper .icon {
|
|
|
+ width: 24px;
|
|
|
+ height: 24px;
|
|
|
+ margin: 8px 14px 8px 12px;
|
|
|
+ display: inline-block;
|
|
|
+ background-position: center 0px;
|
|
|
+ vertical-align: top;
|
|
|
+}
|
|
|
+
|
|
|
+.syno-finder-spotlight-menu .cat-wrapper .icon.document {
|
|
|
+ background-image: url("../../../image/index/sn_filterpanel_document.png");
|
|
|
+}
|
|
|
+
|
|
|
+.syno-finder-spotlight-menu .cat-wrapper .icon.photo {
|
|
|
+ background-image: url("../../../image/index/sn_filterpanel_photo.png");
|
|
|
+}
|
|
|
+
|
|
|
+.syno-finder-spotlight-menu .cat-wrapper .icon.audio {
|
|
|
+ background-image: url("../../../image/index/sn_filterpanel_audio.png");
|
|
|
+}
|
|
|
+
|
|
|
+.syno-finder-spotlight-menu .cat-wrapper .icon.video {
|
|
|
+ background-image: url("../../../image/index/sn_filterpanel_video.png");
|
|
|
+}
|
|
|
+
|
|
|
+.syno-finder-spotlight-menu .cat-wrapper .icon.everything {
|
|
|
+ background-image: url("../../../image/index/sn_filterpanel_everything.png");
|
|
|
+}
|
|
|
+
|
|
|
+.syno-finder .x-panel {
|
|
|
+ border-radius: 0 0 6px 6px;
|
|
|
+}
|
|
|
+
|
|
|
+.syno-finder.spotlight-main-window .main-panel {
|
|
|
+ border-top: 0;
|
|
|
+ background-color: #fff;
|
|
|
+ border-top: 2px solid rgba(5,127,235,0.4);
|
|
|
+ box-sizing: border-box;
|
|
|
+}
|
|
|
+
|
|
|
/* 遮罩层 */
|
|
|
.ext-el-mask-msg{
|
|
|
width: calc(100vw);
|
|
@@ -2369,7 +2581,7 @@ ul.sds-desktop-shortcut {
|
|
|
}
|
|
|
|
|
|
/* 消息弹出框 */
|
|
|
-.sds-window-v5 .x-window-body {
|
|
|
+.sds-window-v5.x-window-dlg .x-window-body {
|
|
|
padding: 24px 30px 0 30px;
|
|
|
}
|
|
|
/* 清除全部notify消息弹出框 */
|