דילוג לתוכן
  • חוקי הפורום
  • לא נפתר
  • משתמשים
  • חיפוש גוגל בפורום
  • צור קשר
עיצובים
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • ברירת מחדל (ללא עיצוב (ברירת מחדל))
  • ללא עיצוב (ברירת מחדל)
כיווץ
לוגו מותג
  1. דף הבית
  2. אזור המערכת
  3. אופן השימוש בפורום
  4. שיתוף | dark mode | דארק מוד לפורום שעשיתי, מה דעתכם?

שיתוף | dark mode | דארק מוד לפורום שעשיתי, מה דעתכם?

מתוזמן נעוץ נעול הועבר אופן השימוש בפורום
44 פוסטים 8 כותבים 787 צפיות 7 עוקבים
  • מהישן לחדש
  • מהחדש לישן
  • הכי הרבה הצבעות
תגובה
  • תגובה כנושא
התחברו כדי לפרסם תגובה
נושא זה נמחק. רק משתמשים עם הרשאות מתאימות יוכלו לצפות בו.
  • ש שמואל יהודה

    @איציק-דייטש אתה יכול לחלץ לי מהקוד הזה רק את הקוד של הצאט בלי התמונה?

    איציק דייטשא מנותק
    איציק דייטשא מנותק
    איציק דייטש
    מדריכים
    כתב ב נערך לאחרונה על ידי
    #18

    @שמואל-יהודה
    אם יש בעיה תגיד לי

    .modal-content{
        border-radius: 10px !important;
        background-color: rgba(0,0,0,0) !important;
    }
    .modal-body {
        border-radius: 10px;
    }
    .chat-modal .modal-body {
        background-color: #181e27;
        height: 600px;
    
    }
    .modal-header{
        border: none;
    }
    .chat-content {
        
    }
    li[data-self="1"] .message-body{
        float: left !important;
        margin-left: -25px !important;
        background-color: #224063;
        border-radius: 10px 10px 10px 0;
    }
    li[data-self="0"] .message-body{
        float: right;
        background-color: #373f4c;
        border-radius: 10px 10px 0 10px;
    }
    li[data-self="1"] .message-body,
    li[data-self="0"] .message-body{
        margin-bottom: 5px;
        clear: both;
    }
    .modal-header {
        background-color: #0d1117
    }
    .close{
        color: #a29e9e !important;
    }
    .chat-input {
        background-color: #0d1117;
        border-color: #4a505a !important;
        border-radius: 0 10px 10px 0 !important;
    }
    .chat-modal .btn-primary {
        border-radius: 0 10px 10px 0 !important
    }
    .chat-modal .alert-info {
        background-color: #0d1117 !important;
        border: none !important;
        margin: auto !important;
        margin-top: -10px !important;
        margin-bottom: 2px !important;
        width: 450px;
        
    }
    .chat-modal .chat-content li.chat-message[data-break=true], .expanded-chat .chat-content li.chat-message[data-break=true]{
        border: none;
    }
    .chat-modal .chat-content li.chat-message .chat-user a,{
        display: none !important;
    }
    .chat-modal li[data-self="1"] .avatar{
    }
    li[data-self="1"] .message-header {
        float: left;
        margin-left: -60px;
    }
    li[data-self="1"] .chat-timestamp{
        transform: translate(115px, 0px);
    }
    .chat-input {
        color: #dde3e9;
    }
    .message-header{
        margin-bottom: 5px;
    }
    
    

    מוטי - טק, מכירה ותיקון של מחשבים 0583293193

    ש 4 תגובות תגובה אחרונה
    1
    • איציק דייטשא איציק דייטש

      @שמואל-יהודה
      אם יש בעיה תגיד לי

      .modal-content{
          border-radius: 10px !important;
          background-color: rgba(0,0,0,0) !important;
      }
      .modal-body {
          border-radius: 10px;
      }
      .chat-modal .modal-body {
          background-color: #181e27;
          height: 600px;
      
      }
      .modal-header{
          border: none;
      }
      .chat-content {
          
      }
      li[data-self="1"] .message-body{
          float: left !important;
          margin-left: -25px !important;
          background-color: #224063;
          border-radius: 10px 10px 10px 0;
      }
      li[data-self="0"] .message-body{
          float: right;
          background-color: #373f4c;
          border-radius: 10px 10px 0 10px;
      }
      li[data-self="1"] .message-body,
      li[data-self="0"] .message-body{
          margin-bottom: 5px;
          clear: both;
      }
      .modal-header {
          background-color: #0d1117
      }
      .close{
          color: #a29e9e !important;
      }
      .chat-input {
          background-color: #0d1117;
          border-color: #4a505a !important;
          border-radius: 0 10px 10px 0 !important;
      }
      .chat-modal .btn-primary {
          border-radius: 0 10px 10px 0 !important
      }
      .chat-modal .alert-info {
          background-color: #0d1117 !important;
          border: none !important;
          margin: auto !important;
          margin-top: -10px !important;
          margin-bottom: 2px !important;
          width: 450px;
          
      }
      .chat-modal .chat-content li.chat-message[data-break=true], .expanded-chat .chat-content li.chat-message[data-break=true]{
          border: none;
      }
      .chat-modal .chat-content li.chat-message .chat-user a,{
          display: none !important;
      }
      .chat-modal li[data-self="1"] .avatar{
      }
      li[data-self="1"] .message-header {
          float: left;
          margin-left: -60px;
      }
      li[data-self="1"] .chat-timestamp{
          transform: translate(115px, 0px);
      }
      .chat-input {
          color: #dde3e9;
      }
      .message-header{
          margin-bottom: 5px;
      }
      
      
      ש מנותק
      ש מנותק
      שמואל יהודה
      כתב ב נערך לאחרונה על ידי
      #19

      @איציק-דייטש זה עושה רקע שחור בצאט

      איציק דייטשא תגובה 1 תגובה אחרונה
      0
      • ש שמואל יהודה

        @איציק-דייטש זה עושה רקע שחור בצאט

        איציק דייטשא מנותק
        איציק דייטשא מנותק
        איציק דייטש
        מדריכים
        כתב ב נערך לאחרונה על ידי
        #20

        @שמואל-יהודה אני יסדר לך מאוחר יותר

        מוטי - טק, מכירה ותיקון של מחשבים 0583293193

        ש 2 תגובות תגובה אחרונה
        1
        • איציק דייטשא איציק דייטש

          @שמואל-יהודה אני יסדר לך מאוחר יותר

          ש מנותק
          ש מנותק
          שמואל יהודה
          כתב ב נערך לאחרונה על ידי שמואל יהודה
          #21

          @איציק-דייטש איך אני עושה שאם נוגעים בהודעה לא יקרה כלום?(אני מתכוון להודעה בצאט)
          כי ברירת מחדל ברגע שנוגעים בהודעה זה הופף לאפרפר

          תגובה 1 תגובה אחרונה
          0
          • איציק דייטשא איציק דייטש

            כמוני אני מאמין שיש עוד אנשים שאוהבים dark mode, עם קצת שיעמום החלטתי לכתוב קצת css שיעביר את הפורום למצב dark mode
            נ. ב. זה קצת מבולגן... אבל יצא די יפה
            אגב, הפתעה בצ'אט 😊 , אבל בחלונית ולא במסך מלא...
            אשמח להערות ושיפורים.
            הוראות: כדאי שתוכלו להשתמש בו תצטרו להתקין את התוסף שדוחף את ה css לאתר
            https://chrome.google.com/webstore/detail/live-editor-for-css-less/ifhikkcafabcgolfjegfcgloomalapol
            בלחיצה על alt+shift+c יפתח החלון של התוסף שנראה כך:
            0a392d58-3637-47b1-af26-db5c18a35a0d-image.png
            תעתיקו את הקוד ותתביקו את זה בחלון וללחוץ על הנעיצה שיש בחלון למעלה בצד ימין! אהה... וגם לסמן בצד שמאל על sass
            קצת ספויילרים 😉

            :::

            2cc7e45c-29ff-4c35-b396-5d2ff7768454-image.png

            e45d1a11-b4cb-4cbc-a35f-61c1e6beb83f-image.png

            :::

            👇 👇 👇 👇 👇 👇 👇 👇 👇 👇

            ::-webkit-scrollbar {
                background-color: transparent;
            }
            body{
                background-color: #0d1117;
                color: #dde3e9;
            }
            .header {
                background-color: #171b22;
                border-color: #171b22;
            }
            .categories > li {
                box-shadow: 0 0 5px 1px #353b45
            }
            h4 .MsoNormal {
                    box-shadow: 0 0 5px 1px #353b45
            }
            .MsoNormal > span {
                color: black;
            }
            .panel-body {
                background-color: #171b22;
                border-radius: 10px;
            }
            .panel-default {
                border: none;
                background-color: rgba(0, 0, 0, 0)
            }
            .categories > li .category-children .category-children-item {
                background-color: #0d1117 !important;
            }
            .categories > li .content .icon {
                background-color: rgba(256, 256, 256, 0.6) !important;
                border-radius: 8px !important;
            }
            .navbar-default .navbar-nav>li>a,
            .navbar-default .btn-link{
                color: #dde3e9 !important;
            }
            .navbar-default .navbar-nav>li>a:hover,
            .navbar-default .navbar-nav>li>a:focus,
            .navbar-default .btn-link:hover,
            .navbar-default .btn-link:focus,
            .text-center .dropdown-toggle:hover,
            .text-center .dropdown-toggle:focus{
                color: rgb(199,199,199) !important;
            }
            .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
                background-color: #454d5a;
            }
            div[id="search-fields"] input{
                background-color: #171b22 !important;
                color: #dde3e9 !important;
            }
            .categories > li .card {
                border-color: #0d1117 !important;
            }
            .account .breadcrumb {
                background-color: #0d1117;
                border: none;
            }
            .account .profile .aboutme > p {
                background-color: rgb(19,24,32);
            }
            .topic-title {
                color: rgb(143,143,143) !important;
            }
            .header .notification-list, .slideout-menu .notification-list,
            .dropdown-menu{
                background-color: #151b25;
                color: #dde3e9 !important;
            }
            .dropdown-menu a {
                color: #dde3e9 !important;
            }
            .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
                background-color: #0d1117;
            }
            .notification-list .unread {
                background-color: #232d40 !important;
            }
            .chat-list::-webkit-scrollbar,
            .notification-list::-webkit-scrollbar {
                background-color: transparent !important;
            }
            .chat-list li {
                border: none;
                color: #dde3e9;
                border-bottom: #677892 !important;
            }
            .chat-list li:hover {
                background-color: #212a37 !important;
            }
            .chat-list{
                border-top: rgb(39,43,68);
            }
            .topic-list-header {
                background-color: #0d1117;
                border-color: #19202a;
            }
            .btn {
                background-color: #0d1117;
                color: #dde3e9;
                border-color: #19202a;
            }
            .btn:hover {
                background-color: #171d26;
                color: #dde3e9;
                border-color: #19202a
            }
            .breadcrumb {
                background-color: #0d1117;
                border: none;
            }
            .category > ul > li .card {
                border-color: #0d1117 !important;
            }
            .resizable {
                background-color: #151b25
            }
            .formatting-group li {
                color: #dde3e9 !important;
            }
            
            .composer .title-container .title,
            .composer .write,
            .composer .preview{
                background-color: #171b22 !important;
            }
            .topic-header {
                background-color: #0d1117 !important;
            }
            .topic-info {
                border-color: #151b24 !important;
            }
            .composing {
                color: rgb(87,104,151) !important;
            }
            .btn-default.hidden-xs {
                background-color: #171f2a;
            }
            .edit-icon {
                color: #303c51;
            }
            .topic-title {
                color: #dde3e9 !important;
                
            }
            .category-item {
                border: 1px solid #030406 !important;
                border-bottom: 1px solid #171d27 !important;
            }
            .breadcrumb .active span {
                color: #dde3e9;
            }
            .category > ul > li .card {
                border: #0d1117 !important;
            }
            .post-preview {
                background-color: #0f131a;
            }
            .formatting-group li:hover {
                background-color: #2f3746 !important;
            }
            .pagination-block{
                background: #171d27 !important;
                color: #dde3e9;
                .pagination-text{
                    color: #dde3e9 !important;
                }
            }
            .progress-bar{
                background-color: #02465a !important;
            }
            .scroll-up-alert{
                width: 700px;
            }
            .modal-content{
                border-radius: 10px !important;
                background-color: rgba(0,0,0,0) !important;
            }
            .modal-body {
                border-radius: 10px;
            }
            .chat-modal .modal-body {
                background-color: #181e27;
                height: 600px;
            
            }
            .modal-header{
                border: none;
            }
            .chat-content {
                background-image: url(/assets/uploads/files/1628805053118-bgchat.png);
                background-size: cover;
            }
            li[data-self="1"] .message-body{
                float: left !important;
                margin-left: -25px !important;
                background-color: #224063;
                border-radius: 10px 10px 10px 0;
            }
            li[data-self="0"] .message-body{
                float: right;
                background-color: #373f4c;
                border-radius: 10px 10px 0 10px;
            }
            li[data-self="1"] .message-body,
            li[data-self="0"] .message-body{
                margin-bottom: 5px;
                clear: both;
            }
            .modal-header {
                background-color: #0d1117
            }
            .close{
                color: #a29e9e !important;
            }
            .chat-input {
                background-color: #0d1117;
                border-color: #4a505a !important;
                border-radius: 0 10px 10px 0 !important;
            }
            .chat-modal .btn-primary {
                border-radius: 0 10px 10px 0 !important
            }
            .chat-modal .alert-info {
                background-color: #0d1117 !important;
                border: none !important;
                margin: auto !important;
                margin-top: -10px !important;
                margin-bottom: 2px !important;
                width: 450px;
                
            }
            .chat-modal .chat-content li.chat-message[data-break=true], .expanded-chat .chat-content li.chat-message[data-break=true]{
                border: none;
            }
            .chat-modal .chat-content li.chat-message .chat-user a,{
                display: none !important;
            }
            .chat-modal li[data-self="1"] .avatar{
            }
            li[data-self="1"] .message-header {
                float: left;
                margin-left: -60px;
            }
            li[data-self="1"] .chat-timestamp{
                transform: translate(115px, 0px);
            }
            .chat-input {
                color: #dde3e9;
            }
            .message-header{
                margin-bottom: 5px;
            }
            

            אגב, כשבאתי לפרסם את זה ראיתי את הנושא של @מוטי-מן https://mitmachim.top/topic/14191/dark-mode-לפורום-מה-אומרים ... אז זה קצת משודרג 😉

            ח מנותק
            ח מנותק
            חברון מאז ולתמיד
            כתב ב נערך לאחרונה על ידי חברון מאז ולתמיד
            #22

            @איציק-דייטש אמר בשיתוף | dark mode | דארק מוד לפורום שעשיתי, מה דעתכם?:

            אשמח להערות ושיפורים.

            • אולי לשחק עם העיגול שסביב התמונה, עכשיו זה עיגול לבן ומשעמם (מכוער לענ"ד)
              0dbb460b-d3e9-442d-9676-a7ddf65fe998-image.pngc1e78fc8-6e99-472f-8415-6b4afcecb78c-image.pngc3c3b8ee-55e6-4c15-af42-eef9a886bbff-image.png
            • יש כאן מרובע כזה לא קשור
              7010175a-ac49-42c8-99e4-ec3449d1ef41-image.png
              (גם פה, אבל זה יכול להיות מובן...)
              20b919e6-7472-4e97-8b09-d68a4e02267c-image.png

            בסך הכול נחמד מאוד!! 🙂 🙂

            איציק דייטשא תגובה 1 תגובה אחרונה
            2
            • ח חברון מאז ולתמיד

              @איציק-דייטש אמר בשיתוף | dark mode | דארק מוד לפורום שעשיתי, מה דעתכם?:

              אשמח להערות ושיפורים.

              • אולי לשחק עם העיגול שסביב התמונה, עכשיו זה עיגול לבן ומשעמם (מכוער לענ"ד)
                0dbb460b-d3e9-442d-9676-a7ddf65fe998-image.pngc1e78fc8-6e99-472f-8415-6b4afcecb78c-image.pngc3c3b8ee-55e6-4c15-af42-eef9a886bbff-image.png
              • יש כאן מרובע כזה לא קשור
                7010175a-ac49-42c8-99e4-ec3449d1ef41-image.png
                (גם פה, אבל זה יכול להיות מובן...)
                20b919e6-7472-4e97-8b09-d68a4e02267c-image.png

              בסך הכול נחמד מאוד!! 🙂 🙂

              איציק דייטשא מנותק
              איציק דייטשא מנותק
              איציק דייטש
              מדריכים
              כתב ב נערך לאחרונה על ידי
              #23

              @חברון-מאז-ולתמיד אמר בשיתוף | dark mode | דארק מוד לפורום שעשיתי, מה דעתכם?:

              אולי לשחק עם העיגול שסביב התמונה, עכשיו זה עיגול לבן ומשעמם (מכוער לענ"ד)

              עבדתי קשה להוריד את זה ולא הצלחתי

              @חברון-מאז-ולתמיד אמר בשיתוף | dark mode | דארק מוד לפורום שעשיתי, מה דעתכם?:

              יש כאן מרובע כזה לא קשור

              תודה, לא שמתי לב

              @חברון-מאז-ולתמיד אמר בשיתוף | dark mode | דארק מוד לפורום שעשיתי, מה דעתכם?:

              (גם פה, אבל זה יכול להיות מובן...)

              ראיתי, ואני יוריד אותו
              @חברון-מאז-ולתמיד אמר בשיתוף | dark mode | דארק מוד לפורום שעשיתי, מה דעתכם?:

              בסך הכול נחמד מאוד!!

              תודה רבה!

              @שמואל-יהודה אמר בשיתוף | dark mode | דארק מוד לפורום שעשיתי, מה דעתכם?:

              @איציק-דייטש איך אני עושה שאם נוגעים בהודעה לא יקרה כלום?(אני מתכוון להודעה בצאט)
              כי ברירת מחדל ברגע שנוגעים בהודעה זה הופף לאפרפר

              אופס, שכחתי לתקן את זה... אני יסדר.

              מוטי - טק, מכירה ותיקון של מחשבים 0583293193

              ש ח אהרן שובקסא 3 תגובות תגובה אחרונה
              1
              • איציק דייטשא איציק דייטש

                @חברון-מאז-ולתמיד אמר בשיתוף | dark mode | דארק מוד לפורום שעשיתי, מה דעתכם?:

                אולי לשחק עם העיגול שסביב התמונה, עכשיו זה עיגול לבן ומשעמם (מכוער לענ"ד)

                עבדתי קשה להוריד את זה ולא הצלחתי

                @חברון-מאז-ולתמיד אמר בשיתוף | dark mode | דארק מוד לפורום שעשיתי, מה דעתכם?:

                יש כאן מרובע כזה לא קשור

                תודה, לא שמתי לב

                @חברון-מאז-ולתמיד אמר בשיתוף | dark mode | דארק מוד לפורום שעשיתי, מה דעתכם?:

                (גם פה, אבל זה יכול להיות מובן...)

                ראיתי, ואני יוריד אותו
                @חברון-מאז-ולתמיד אמר בשיתוף | dark mode | דארק מוד לפורום שעשיתי, מה דעתכם?:

                בסך הכול נחמד מאוד!!

                תודה רבה!

                @שמואל-יהודה אמר בשיתוף | dark mode | דארק מוד לפורום שעשיתי, מה דעתכם?:

                @איציק-דייטש איך אני עושה שאם נוגעים בהודעה לא יקרה כלום?(אני מתכוון להודעה בצאט)
                כי ברירת מחדל ברגע שנוגעים בהודעה זה הופף לאפרפר

                אופס, שכחתי לתקן את זה... אני יסדר.

                ש מנותק
                ש מנותק
                שמואל יהודה
                כתב ב נערך לאחרונה על ידי
                #24

                @איציק-דייטש אמר ב[שיתוף | dark mode | דארק מוד לפורום שעשיתי, מה דעתכם?]

                @שמואל-יהודה אמר בשיתוף | dark mode | דארק מוד לפורום שעשיתי, מה דעתכם?:

                @איציק-דייטש איך אני עושה שאם נוגעים בהודעה לא יקרה כלום?(אני מתכוון להודעה בצאט)
                כי ברירת מחדל ברגע שנוגעים בהודעה זה הופף לאפרפר

                אופס, שכחתי לתקן את זה... אני יסדר.

                תעדכן כשגמרת

                תגובה 1 תגובה אחרונה
                1
                • איציק דייטשא איציק דייטש

                  @חברון-מאז-ולתמיד אמר בשיתוף | dark mode | דארק מוד לפורום שעשיתי, מה דעתכם?:

                  אולי לשחק עם העיגול שסביב התמונה, עכשיו זה עיגול לבן ומשעמם (מכוער לענ"ד)

                  עבדתי קשה להוריד את זה ולא הצלחתי

                  @חברון-מאז-ולתמיד אמר בשיתוף | dark mode | דארק מוד לפורום שעשיתי, מה דעתכם?:

                  יש כאן מרובע כזה לא קשור

                  תודה, לא שמתי לב

                  @חברון-מאז-ולתמיד אמר בשיתוף | dark mode | דארק מוד לפורום שעשיתי, מה דעתכם?:

                  (גם פה, אבל זה יכול להיות מובן...)

                  ראיתי, ואני יוריד אותו
                  @חברון-מאז-ולתמיד אמר בשיתוף | dark mode | דארק מוד לפורום שעשיתי, מה דעתכם?:

                  בסך הכול נחמד מאוד!!

                  תודה רבה!

                  @שמואל-יהודה אמר בשיתוף | dark mode | דארק מוד לפורום שעשיתי, מה דעתכם?:

                  @איציק-דייטש איך אני עושה שאם נוגעים בהודעה לא יקרה כלום?(אני מתכוון להודעה בצאט)
                  כי ברירת מחדל ברגע שנוגעים בהודעה זה הופף לאפרפר

                  אופס, שכחתי לתקן את זה... אני יסדר.

                  ח מנותק
                  ח מנותק
                  חברון מאז ולתמיד
                  כתב ב נערך לאחרונה על ידי חברון מאז ולתמיד
                  #25

                  @איציק-דייטש זה לא מדי בהיר?

                  1589bfd8-fcf2-4a8d-86d8-38a45fba0184-image.png

                  איציק דייטשא תגובה 1 תגובה אחרונה
                  1
                  • ח חברון מאז ולתמיד

                    @איציק-דייטש זה לא מדי בהיר?

                    1589bfd8-fcf2-4a8d-86d8-38a45fba0184-image.png

                    איציק דייטשא מנותק
                    איציק דייטשא מנותק
                    איציק דייטש
                    מדריכים
                    כתב ב נערך לאחרונה על ידי
                    #26

                    @חברון-מאז-ולתמיד שמתי לב עכשיו 😄

                    מוטי - טק, מכירה ותיקון של מחשבים 0583293193

                    תגובה 1 תגובה אחרונה
                    1
                    • איציק דייטשא איציק דייטש

                      @שמואל-יהודה
                      אם יש בעיה תגיד לי

                      .modal-content{
                          border-radius: 10px !important;
                          background-color: rgba(0,0,0,0) !important;
                      }
                      .modal-body {
                          border-radius: 10px;
                      }
                      .chat-modal .modal-body {
                          background-color: #181e27;
                          height: 600px;
                      
                      }
                      .modal-header{
                          border: none;
                      }
                      .chat-content {
                          
                      }
                      li[data-self="1"] .message-body{
                          float: left !important;
                          margin-left: -25px !important;
                          background-color: #224063;
                          border-radius: 10px 10px 10px 0;
                      }
                      li[data-self="0"] .message-body{
                          float: right;
                          background-color: #373f4c;
                          border-radius: 10px 10px 0 10px;
                      }
                      li[data-self="1"] .message-body,
                      li[data-self="0"] .message-body{
                          margin-bottom: 5px;
                          clear: both;
                      }
                      .modal-header {
                          background-color: #0d1117
                      }
                      .close{
                          color: #a29e9e !important;
                      }
                      .chat-input {
                          background-color: #0d1117;
                          border-color: #4a505a !important;
                          border-radius: 0 10px 10px 0 !important;
                      }
                      .chat-modal .btn-primary {
                          border-radius: 0 10px 10px 0 !important
                      }
                      .chat-modal .alert-info {
                          background-color: #0d1117 !important;
                          border: none !important;
                          margin: auto !important;
                          margin-top: -10px !important;
                          margin-bottom: 2px !important;
                          width: 450px;
                          
                      }
                      .chat-modal .chat-content li.chat-message[data-break=true], .expanded-chat .chat-content li.chat-message[data-break=true]{
                          border: none;
                      }
                      .chat-modal .chat-content li.chat-message .chat-user a,{
                          display: none !important;
                      }
                      .chat-modal li[data-self="1"] .avatar{
                      }
                      li[data-self="1"] .message-header {
                          float: left;
                          margin-left: -60px;
                      }
                      li[data-self="1"] .chat-timestamp{
                          transform: translate(115px, 0px);
                      }
                      .chat-input {
                          color: #dde3e9;
                      }
                      .message-header{
                          margin-bottom: 5px;
                      }
                      
                      
                      ש מנותק
                      ש מנותק
                      שמואל יהודה
                      כתב ב נערך לאחרונה על ידי
                      #27

                      @איציק-דייטש אמר בשיתוף | dark mode | דארק מוד לפורום שעשיתי, מה דעתכם?:

                      @שמואל-יהודה
                      אם יש בעיה תגיד לי

                      .modal-content{
                          border-radius: 10px !important;
                          background-color: rgba(0,0,0,0) !important;
                      }
                      .modal-body {
                          border-radius: 10px;
                      }
                      .chat-modal .modal-body {
                          background-color: #181e27;
                          height: 600px;
                      
                      }
                      .modal-header{
                          border: none;
                      }
                      .chat-content {
                          
                      }
                      li[data-self="1"] .message-body{
                          float: left !important;
                          margin-left: -25px !important;
                          background-color: #224063;
                          border-radius: 10px 10px 10px 0;
                      }
                      li[data-self="0"] .message-body{
                          float: right;
                          background-color: #373f4c;
                          border-radius: 10px 10px 0 10px;
                      }
                      li[data-self="1"] .message-body,
                      li[data-self="0"] .message-body{
                          margin-bottom: 5px;
                          clear: both;
                      }
                      .modal-header {
                          background-color: #0d1117
                      }
                      .close{
                          color: #a29e9e !important;
                      }
                      .chat-input {
                          background-color: #0d1117;
                          border-color: #4a505a !important;
                          border-radius: 0 10px 10px 0 !important;
                      }
                      .chat-modal .btn-primary {
                          border-radius: 0 10px 10px 0 !important
                      }
                      .chat-modal .alert-info {
                          background-color: #0d1117 !important;
                          border: none !important;
                          margin: auto !important;
                          margin-top: -10px !important;
                          margin-bottom: 2px !important;
                          width: 450px;
                          
                      }
                      .chat-modal .chat-content li.chat-message[data-break=true], .expanded-chat .chat-content li.chat-message[data-break=true]{
                          border: none;
                      }
                      .chat-modal .chat-content li.chat-message .chat-user a,{
                          display: none !important;
                      }
                      .chat-modal li[data-self="1"] .avatar{
                      }
                      li[data-self="1"] .message-header {
                          float: left;
                          margin-left: -60px;
                      }
                      li[data-self="1"] .chat-timestamp{
                          transform: translate(115px, 0px);
                      }
                      .chat-input {
                          color: #dde3e9;
                      }
                      .message-header{
                          margin-bottom: 5px;
                      }
                      
                      

                      תראה מה יצא בזכותך
                      671ef48d-b801-4631-ab8b-097254fc1e1d-image.png

                      איציק דייטשא תגובה 1 תגובה אחרונה
                      1
                      • איציק דייטשא איציק דייטש

                        @חברון-מאז-ולתמיד אמר בשיתוף | dark mode | דארק מוד לפורום שעשיתי, מה דעתכם?:

                        אולי לשחק עם העיגול שסביב התמונה, עכשיו זה עיגול לבן ומשעמם (מכוער לענ"ד)

                        עבדתי קשה להוריד את זה ולא הצלחתי

                        @חברון-מאז-ולתמיד אמר בשיתוף | dark mode | דארק מוד לפורום שעשיתי, מה דעתכם?:

                        יש כאן מרובע כזה לא קשור

                        תודה, לא שמתי לב

                        @חברון-מאז-ולתמיד אמר בשיתוף | dark mode | דארק מוד לפורום שעשיתי, מה דעתכם?:

                        (גם פה, אבל זה יכול להיות מובן...)

                        ראיתי, ואני יוריד אותו
                        @חברון-מאז-ולתמיד אמר בשיתוף | dark mode | דארק מוד לפורום שעשיתי, מה דעתכם?:

                        בסך הכול נחמד מאוד!!

                        תודה רבה!

                        @שמואל-יהודה אמר בשיתוף | dark mode | דארק מוד לפורום שעשיתי, מה דעתכם?:

                        @איציק-דייטש איך אני עושה שאם נוגעים בהודעה לא יקרה כלום?(אני מתכוון להודעה בצאט)
                        כי ברירת מחדל ברגע שנוגעים בהודעה זה הופף לאפרפר

                        אופס, שכחתי לתקן את זה... אני יסדר.

                        אהרן שובקסא מנותק
                        אהרן שובקסא מנותק
                        אהרן שובקס
                        מדריכים
                        כתב ב נערך לאחרונה על ידי
                        #28

                        @איציק-דייטש אמר בשיתוף | dark mode | דארק מוד לפורום שעשיתי, מה דעתכם?:

                        עבדתי קשה להוריד את זה ולא הצלחתי

                        תוסיף את זה:

                        .topic .posts>[component=post] .avatar, .topic .posts>[component=post] .timeline-badge, .topic .timeline-event .avatar, .topic .timeline-event .timeline-badge{
                            box-shadow: 0 0 0 0.5rem #000000;
                        }
                        

                        צור קשר: admin@shuvax.com

                        ש תגובה 1 תגובה אחרונה
                        2
                        • ש שמואל יהודה

                          @איציק-דייטש אמר בשיתוף | dark mode | דארק מוד לפורום שעשיתי, מה דעתכם?:

                          @שמואל-יהודה
                          אם יש בעיה תגיד לי

                          .modal-content{
                              border-radius: 10px !important;
                              background-color: rgba(0,0,0,0) !important;
                          }
                          .modal-body {
                              border-radius: 10px;
                          }
                          .chat-modal .modal-body {
                              background-color: #181e27;
                              height: 600px;
                          
                          }
                          .modal-header{
                              border: none;
                          }
                          .chat-content {
                              
                          }
                          li[data-self="1"] .message-body{
                              float: left !important;
                              margin-left: -25px !important;
                              background-color: #224063;
                              border-radius: 10px 10px 10px 0;
                          }
                          li[data-self="0"] .message-body{
                              float: right;
                              background-color: #373f4c;
                              border-radius: 10px 10px 0 10px;
                          }
                          li[data-self="1"] .message-body,
                          li[data-self="0"] .message-body{
                              margin-bottom: 5px;
                              clear: both;
                          }
                          .modal-header {
                              background-color: #0d1117
                          }
                          .close{
                              color: #a29e9e !important;
                          }
                          .chat-input {
                              background-color: #0d1117;
                              border-color: #4a505a !important;
                              border-radius: 0 10px 10px 0 !important;
                          }
                          .chat-modal .btn-primary {
                              border-radius: 0 10px 10px 0 !important
                          }
                          .chat-modal .alert-info {
                              background-color: #0d1117 !important;
                              border: none !important;
                              margin: auto !important;
                              margin-top: -10px !important;
                              margin-bottom: 2px !important;
                              width: 450px;
                              
                          }
                          .chat-modal .chat-content li.chat-message[data-break=true], .expanded-chat .chat-content li.chat-message[data-break=true]{
                              border: none;
                          }
                          .chat-modal .chat-content li.chat-message .chat-user a,{
                              display: none !important;
                          }
                          .chat-modal li[data-self="1"] .avatar{
                          }
                          li[data-self="1"] .message-header {
                              float: left;
                              margin-left: -60px;
                          }
                          li[data-self="1"] .chat-timestamp{
                              transform: translate(115px, 0px);
                          }
                          .chat-input {
                              color: #dde3e9;
                          }
                          .message-header{
                              margin-bottom: 5px;
                          }
                          
                          

                          תראה מה יצא בזכותך
                          671ef48d-b801-4631-ab8b-097254fc1e1d-image.png

                          איציק דייטשא מנותק
                          איציק דייטשא מנותק
                          איציק דייטש
                          מדריכים
                          כתב ב נערך לאחרונה על ידי
                          #29

                          @שמואל-יהודה אין שום בעיה, עכשיו בדקתי, אולי אתה לא העתקת טוב...

                          מוטי - טק, מכירה ותיקון של מחשבים 0583293193

                          ש תגובה 1 תגובה אחרונה
                          0
                          • איציק דייטשא איציק דייטש

                            @שמואל-יהודה אין שום בעיה, עכשיו בדקתי, אולי אתה לא העתקת טוב...

                            ש מנותק
                            ש מנותק
                            שמואל יהודה
                            כתב ב נערך לאחרונה על ידי
                            #30

                            @איציק-דייטש איזה בעיה?
                            של הזה שזה הופך להיות אפור?

                            איציק דייטשא תגובה 1 תגובה אחרונה
                            0
                            • ש שמואל יהודה

                              @איציק-דייטש איזה בעיה?
                              של הזה שזה הופך להיות אפור?

                              איציק דייטשא מנותק
                              איציק דייטשא מנותק
                              איציק דייטש
                              מדריכים
                              כתב ב נערך לאחרונה על ידי
                              #31

                              @שמואל-יהודה לא
                              זה

                              @שמואל-יהודה אמר בשיתוף | dark mode | דארק מוד לפורום שעשיתי, מה דעתכם?:

                              @איציק-דייטש אמר בשיתוף | dark mode | דארק מוד לפורום שעשיתי, מה דעתכם?:

                              @שמואל-יהודה
                              אם יש בעיה תגיד לי

                              .modal-content{
                                  border-radius: 10px !important;
                                  background-color: rgba(0,0,0,0) !important;
                              }
                              .modal-body {
                                  border-radius: 10px;
                              }
                              .chat-modal .modal-body {
                                  background-color: #181e27;
                                  height: 600px;
                              
                              }
                              .modal-header{
                                  border: none;
                              }
                              .chat-content {
                                  
                              }
                              li[data-self="1"] .message-body{
                                  float: left !important;
                                  margin-left: -25px !important;
                                  background-color: #224063;
                                  border-radius: 10px 10px 10px 0;
                              }
                              li[data-self="0"] .message-body{
                                  float: right;
                                  background-color: #373f4c;
                                  border-radius: 10px 10px 0 10px;
                              }
                              li[data-self="1"] .message-body,
                              li[data-self="0"] .message-body{
                                  margin-bottom: 5px;
                                  clear: both;
                              }
                              .modal-header {
                                  background-color: #0d1117
                              }
                              .close{
                                  color: #a29e9e !important;
                              }
                              .chat-input {
                                  background-color: #0d1117;
                                  border-color: #4a505a !important;
                                  border-radius: 0 10px 10px 0 !important;
                              }
                              .chat-modal .btn-primary {
                                  border-radius: 0 10px 10px 0 !important
                              }
                              .chat-modal .alert-info {
                                  background-color: #0d1117 !important;
                                  border: none !important;
                                  margin: auto !important;
                                  margin-top: -10px !important;
                                  margin-bottom: 2px !important;
                                  width: 450px;
                                  
                              }
                              .chat-modal .chat-content li.chat-message[data-break=true], .expanded-chat .chat-content li.chat-message[data-break=true]{
                                  border: none;
                              }
                              .chat-modal .chat-content li.chat-message .chat-user a,{
                                  display: none !important;
                              }
                              .chat-modal li[data-self="1"] .avatar{
                              }
                              li[data-self="1"] .message-header {
                                  float: left;
                                  margin-left: -60px;
                              }
                              li[data-self="1"] .chat-timestamp{
                                  transform: translate(115px, 0px);
                              }
                              .chat-input {
                                  color: #dde3e9;
                              }
                              .message-header{
                                  margin-bottom: 5px;
                              }
                              
                              

                              תראה מה יצא בזכותך
                              671ef48d-b801-4631-ab8b-097254fc1e1d-image.png

                              מוטי - טק, מכירה ותיקון של מחשבים 0583293193

                              ש תגובה 1 תגובה אחרונה
                              0
                              • איציק דייטשא איציק דייטש

                                @שמואל-יהודה לא
                                זה

                                @שמואל-יהודה אמר בשיתוף | dark mode | דארק מוד לפורום שעשיתי, מה דעתכם?:

                                @איציק-דייטש אמר בשיתוף | dark mode | דארק מוד לפורום שעשיתי, מה דעתכם?:

                                @שמואל-יהודה
                                אם יש בעיה תגיד לי

                                .modal-content{
                                    border-radius: 10px !important;
                                    background-color: rgba(0,0,0,0) !important;
                                }
                                .modal-body {
                                    border-radius: 10px;
                                }
                                .chat-modal .modal-body {
                                    background-color: #181e27;
                                    height: 600px;
                                
                                }
                                .modal-header{
                                    border: none;
                                }
                                .chat-content {
                                    
                                }
                                li[data-self="1"] .message-body{
                                    float: left !important;
                                    margin-left: -25px !important;
                                    background-color: #224063;
                                    border-radius: 10px 10px 10px 0;
                                }
                                li[data-self="0"] .message-body{
                                    float: right;
                                    background-color: #373f4c;
                                    border-radius: 10px 10px 0 10px;
                                }
                                li[data-self="1"] .message-body,
                                li[data-self="0"] .message-body{
                                    margin-bottom: 5px;
                                    clear: both;
                                }
                                .modal-header {
                                    background-color: #0d1117
                                }
                                .close{
                                    color: #a29e9e !important;
                                }
                                .chat-input {
                                    background-color: #0d1117;
                                    border-color: #4a505a !important;
                                    border-radius: 0 10px 10px 0 !important;
                                }
                                .chat-modal .btn-primary {
                                    border-radius: 0 10px 10px 0 !important
                                }
                                .chat-modal .alert-info {
                                    background-color: #0d1117 !important;
                                    border: none !important;
                                    margin: auto !important;
                                    margin-top: -10px !important;
                                    margin-bottom: 2px !important;
                                    width: 450px;
                                    
                                }
                                .chat-modal .chat-content li.chat-message[data-break=true], .expanded-chat .chat-content li.chat-message[data-break=true]{
                                    border: none;
                                }
                                .chat-modal .chat-content li.chat-message .chat-user a,{
                                    display: none !important;
                                }
                                .chat-modal li[data-self="1"] .avatar{
                                }
                                li[data-self="1"] .message-header {
                                    float: left;
                                    margin-left: -60px;
                                }
                                li[data-self="1"] .chat-timestamp{
                                    transform: translate(115px, 0px);
                                }
                                .chat-input {
                                    color: #dde3e9;
                                }
                                .message-header{
                                    margin-bottom: 5px;
                                }
                                
                                

                                תראה מה יצא בזכותך
                                671ef48d-b801-4631-ab8b-097254fc1e1d-image.png

                                ש מנותק
                                ש מנותק
                                שמואל יהודה
                                כתב ב נערך לאחרונה על ידי שמואל יהודה
                                #32

                                @איציק-דייטש מי לא העתיק טוב?

                                תגובה 1 תגובה אחרונה
                                0
                                • איציק דייטשא איציק דייטש

                                  @שמואל-יהודה
                                  אם יש בעיה תגיד לי

                                  .modal-content{
                                      border-radius: 10px !important;
                                      background-color: rgba(0,0,0,0) !important;
                                  }
                                  .modal-body {
                                      border-radius: 10px;
                                  }
                                  .chat-modal .modal-body {
                                      background-color: #181e27;
                                      height: 600px;
                                  
                                  }
                                  .modal-header{
                                      border: none;
                                  }
                                  .chat-content {
                                      
                                  }
                                  li[data-self="1"] .message-body{
                                      float: left !important;
                                      margin-left: -25px !important;
                                      background-color: #224063;
                                      border-radius: 10px 10px 10px 0;
                                  }
                                  li[data-self="0"] .message-body{
                                      float: right;
                                      background-color: #373f4c;
                                      border-radius: 10px 10px 0 10px;
                                  }
                                  li[data-self="1"] .message-body,
                                  li[data-self="0"] .message-body{
                                      margin-bottom: 5px;
                                      clear: both;
                                  }
                                  .modal-header {
                                      background-color: #0d1117
                                  }
                                  .close{
                                      color: #a29e9e !important;
                                  }
                                  .chat-input {
                                      background-color: #0d1117;
                                      border-color: #4a505a !important;
                                      border-radius: 0 10px 10px 0 !important;
                                  }
                                  .chat-modal .btn-primary {
                                      border-radius: 0 10px 10px 0 !important
                                  }
                                  .chat-modal .alert-info {
                                      background-color: #0d1117 !important;
                                      border: none !important;
                                      margin: auto !important;
                                      margin-top: -10px !important;
                                      margin-bottom: 2px !important;
                                      width: 450px;
                                      
                                  }
                                  .chat-modal .chat-content li.chat-message[data-break=true], .expanded-chat .chat-content li.chat-message[data-break=true]{
                                      border: none;
                                  }
                                  .chat-modal .chat-content li.chat-message .chat-user a,{
                                      display: none !important;
                                  }
                                  .chat-modal li[data-self="1"] .avatar{
                                  }
                                  li[data-self="1"] .message-header {
                                      float: left;
                                      margin-left: -60px;
                                  }
                                  li[data-self="1"] .chat-timestamp{
                                      transform: translate(115px, 0px);
                                  }
                                  .chat-input {
                                      color: #dde3e9;
                                  }
                                  .message-header{
                                      margin-bottom: 5px;
                                  }
                                  
                                  
                                  ש מנותק
                                  ש מנותק
                                  שמואל יהודה
                                  כתב ב נערך לאחרונה על ידי שמואל יהודה
                                  #33

                                  @איציק-דייטש עוד בעיה שכשמוחקים פוסט אז השאלה שקופה
                                  6aa44acd-34cc-43f7-a12d-b71ed159367e-image.png

                                  תגובה 1 תגובה אחרונה
                                  1
                                  • אהרן שובקסא אהרן שובקס

                                    @איציק-דייטש אמר בשיתוף | dark mode | דארק מוד לפורום שעשיתי, מה דעתכם?:

                                    עבדתי קשה להוריד את זה ולא הצלחתי

                                    תוסיף את זה:

                                    .topic .posts>[component=post] .avatar, .topic .posts>[component=post] .timeline-badge, .topic .timeline-event .avatar, .topic .timeline-event .timeline-badge{
                                        box-shadow: 0 0 0 0.5rem #000000;
                                    }
                                    
                                    ש מנותק
                                    ש מנותק
                                    שמואל יהודה
                                    כתב ב נערך לאחרונה על ידי
                                    #34
                                    פוסט זה נמחק!
                                    תגובה 1 תגובה אחרונה
                                    0
                                    • איציק דייטשא איציק דייטש

                                      @שמואל-יהודה אני יסדר לך מאוחר יותר

                                      ש מנותק
                                      ש מנותק
                                      שמואל יהודה
                                      כתב ב נערך לאחרונה על ידי
                                      #35

                                      @שמואל-יהודה אמר בשיתוף | dark mode | דארק מוד לפורום שעשיתי, מה דעתכם?:

                                      @איציק-דייטש איך אני עושה שאם נוגעים בהודעה לא יקרה כלום?(אני מתכוון להודעה בצאט)
                                      כי ברירת מחדל ברגע שנוגעים בהודעה זה הופף לאפרפר

                                      @איציק-דייטש אתה עובד על זה?

                                      תגובה 1 תגובה אחרונה
                                      0
                                      • איציק דייטשא איציק דייטש

                                        @שמואל-יהודה
                                        אם יש בעיה תגיד לי

                                        .modal-content{
                                            border-radius: 10px !important;
                                            background-color: rgba(0,0,0,0) !important;
                                        }
                                        .modal-body {
                                            border-radius: 10px;
                                        }
                                        .chat-modal .modal-body {
                                            background-color: #181e27;
                                            height: 600px;
                                        
                                        }
                                        .modal-header{
                                            border: none;
                                        }
                                        .chat-content {
                                            
                                        }
                                        li[data-self="1"] .message-body{
                                            float: left !important;
                                            margin-left: -25px !important;
                                            background-color: #224063;
                                            border-radius: 10px 10px 10px 0;
                                        }
                                        li[data-self="0"] .message-body{
                                            float: right;
                                            background-color: #373f4c;
                                            border-radius: 10px 10px 0 10px;
                                        }
                                        li[data-self="1"] .message-body,
                                        li[data-self="0"] .message-body{
                                            margin-bottom: 5px;
                                            clear: both;
                                        }
                                        .modal-header {
                                            background-color: #0d1117
                                        }
                                        .close{
                                            color: #a29e9e !important;
                                        }
                                        .chat-input {
                                            background-color: #0d1117;
                                            border-color: #4a505a !important;
                                            border-radius: 0 10px 10px 0 !important;
                                        }
                                        .chat-modal .btn-primary {
                                            border-radius: 0 10px 10px 0 !important
                                        }
                                        .chat-modal .alert-info {
                                            background-color: #0d1117 !important;
                                            border: none !important;
                                            margin: auto !important;
                                            margin-top: -10px !important;
                                            margin-bottom: 2px !important;
                                            width: 450px;
                                            
                                        }
                                        .chat-modal .chat-content li.chat-message[data-break=true], .expanded-chat .chat-content li.chat-message[data-break=true]{
                                            border: none;
                                        }
                                        .chat-modal .chat-content li.chat-message .chat-user a,{
                                            display: none !important;
                                        }
                                        .chat-modal li[data-self="1"] .avatar{
                                        }
                                        li[data-self="1"] .message-header {
                                            float: left;
                                            margin-left: -60px;
                                        }
                                        li[data-self="1"] .chat-timestamp{
                                            transform: translate(115px, 0px);
                                        }
                                        .chat-input {
                                            color: #dde3e9;
                                        }
                                        .message-header{
                                            margin-bottom: 5px;
                                        }
                                        
                                        
                                        ש מנותק
                                        ש מנותק
                                        שמואל יהודה
                                        כתב ב נערך לאחרונה על ידי שמואל יהודה
                                        #36

                                        @איציק-דייטש אמר בשיתוף | dark mode | דארק מוד לפורום שעשיתי, מה דעתכם?:

                                        @שמואל-יהודה
                                        אם יש בעיה תגיד לי

                                        .modal-content{
                                            border-radius: 10px !important;
                                            background-color: rgba(0,0,0,0) !important;
                                        }
                                        .modal-body {
                                            border-radius: 10px;
                                        }
                                        .chat-modal .modal-body {
                                            background-color: #181e27;
                                            height: 600px;
                                        
                                        }
                                        .modal-header{
                                            border: none;
                                        }
                                        .chat-content {
                                            
                                        }
                                        li[data-self="1"] .message-body{
                                            float: left !important;
                                            margin-left: -25px !important;
                                            background-color: #224063;
                                            border-radius: 10px 10px 10px 0;
                                        }
                                        li[data-self="0"] .message-body{
                                            float: right;
                                            background-color: #373f4c;
                                            border-radius: 10px 10px 0 10px;
                                        }
                                        li[data-self="1"] .message-body,
                                        li[data-self="0"] .message-body{
                                            margin-bottom: 5px;
                                            clear: both;
                                        }
                                        .modal-header {
                                            background-color: #0d1117
                                        }
                                        .close{
                                            color: #a29e9e !important;
                                        }
                                        .chat-input {
                                            background-color: #0d1117;
                                            border-color: #4a505a !important;
                                            border-radius: 0 10px 10px 0 !important;
                                        }
                                        .chat-modal .btn-primary {
                                            border-radius: 0 10px 10px 0 !important
                                        }
                                        .chat-modal .alert-info {
                                            background-color: #0d1117 !important;
                                            border: none !important;
                                            margin: auto !important;
                                            margin-top: -10px !important;
                                            margin-bottom: 2px !important;
                                            width: 450px;
                                            
                                        }
                                        .chat-modal .chat-content li.chat-message[data-break=true], .expanded-chat .chat-content li.chat-message[data-break=true]{
                                            border: none;
                                        }
                                        .chat-modal .chat-content li.chat-message .chat-user a,{
                                            display: none !important;
                                        }
                                        .chat-modal li[data-self="1"] .avatar{
                                        }
                                        li[data-self="1"] .message-header {
                                            float: left;
                                            margin-left: -60px;
                                        }
                                        li[data-self="1"] .chat-timestamp{
                                            transform: translate(115px, 0px);
                                        }
                                        .chat-input {
                                            color: #dde3e9;
                                        }
                                        .message-header{
                                            margin-bottom: 5px;
                                        }
                                        
                                        

                                        עוד בעיה:
                                        ללא שם.png
                                        שאם אני נוגע בהודעה כשהצאט על מצב מלא אז הערוך והמחק יותר למעלה ואי אפשר למחוק או לערוך

                                        ועוד משהו
                                        ca99144c-cb66-4860-8417-758c295ad73d-image.png
                                        החלונית של החיפוש שקופה(יותר נכון כל החלוניות של החיפוש,מחיקת הודעה וכו)

                                        איציק דייטשא תגובה 1 תגובה אחרונה
                                        0
                                        • ש שמואל יהודה

                                          @איציק-דייטש אמר בשיתוף | dark mode | דארק מוד לפורום שעשיתי, מה דעתכם?:

                                          @שמואל-יהודה
                                          אם יש בעיה תגיד לי

                                          .modal-content{
                                              border-radius: 10px !important;
                                              background-color: rgba(0,0,0,0) !important;
                                          }
                                          .modal-body {
                                              border-radius: 10px;
                                          }
                                          .chat-modal .modal-body {
                                              background-color: #181e27;
                                              height: 600px;
                                          
                                          }
                                          .modal-header{
                                              border: none;
                                          }
                                          .chat-content {
                                              
                                          }
                                          li[data-self="1"] .message-body{
                                              float: left !important;
                                              margin-left: -25px !important;
                                              background-color: #224063;
                                              border-radius: 10px 10px 10px 0;
                                          }
                                          li[data-self="0"] .message-body{
                                              float: right;
                                              background-color: #373f4c;
                                              border-radius: 10px 10px 0 10px;
                                          }
                                          li[data-self="1"] .message-body,
                                          li[data-self="0"] .message-body{
                                              margin-bottom: 5px;
                                              clear: both;
                                          }
                                          .modal-header {
                                              background-color: #0d1117
                                          }
                                          .close{
                                              color: #a29e9e !important;
                                          }
                                          .chat-input {
                                              background-color: #0d1117;
                                              border-color: #4a505a !important;
                                              border-radius: 0 10px 10px 0 !important;
                                          }
                                          .chat-modal .btn-primary {
                                              border-radius: 0 10px 10px 0 !important
                                          }
                                          .chat-modal .alert-info {
                                              background-color: #0d1117 !important;
                                              border: none !important;
                                              margin: auto !important;
                                              margin-top: -10px !important;
                                              margin-bottom: 2px !important;
                                              width: 450px;
                                              
                                          }
                                          .chat-modal .chat-content li.chat-message[data-break=true], .expanded-chat .chat-content li.chat-message[data-break=true]{
                                              border: none;
                                          }
                                          .chat-modal .chat-content li.chat-message .chat-user a,{
                                              display: none !important;
                                          }
                                          .chat-modal li[data-self="1"] .avatar{
                                          }
                                          li[data-self="1"] .message-header {
                                              float: left;
                                              margin-left: -60px;
                                          }
                                          li[data-self="1"] .chat-timestamp{
                                              transform: translate(115px, 0px);
                                          }
                                          .chat-input {
                                              color: #dde3e9;
                                          }
                                          .message-header{
                                              margin-bottom: 5px;
                                          }
                                          
                                          

                                          עוד בעיה:
                                          ללא שם.png
                                          שאם אני נוגע בהודעה כשהצאט על מצב מלא אז הערוך והמחק יותר למעלה ואי אפשר למחוק או לערוך

                                          ועוד משהו
                                          ca99144c-cb66-4860-8417-758c295ad73d-image.png
                                          החלונית של החיפוש שקופה(יותר נכון כל החלוניות של החיפוש,מחיקת הודעה וכו)

                                          איציק דייטשא מנותק
                                          איציק דייטשא מנותק
                                          איציק דייטש
                                          מדריכים
                                          כתב ב נערך לאחרונה על ידי
                                          #37

                                          @שמואל-יהודה אמר בשיתוף | dark mode | דארק מוד לפורום שעשיתי, מה דעתכם?:

                                          החלונית של החיפוש שקופה(יותר נכון כל החלוניות של החיפוש,מחיקת הודעה וכו)

                                          שמתי לב
                                          יתוקן בעדכון הבא

                                          מוטי - טק, מכירה ותיקון של מחשבים 0583293193

                                          ש תגובה 1 תגובה אחרונה
                                          0

                                          • התחברות

                                          • אין לך חשבון עדיין? הרשמה

                                          • התחברו או הירשמו כדי לחפש.
                                          • פוסט ראשון
                                            פוסט אחרון
                                          0
                                          • חוקי הפורום
                                          • לא נפתר
                                          • משתמשים
                                          • חיפוש גוגל בפורום
                                          • צור קשר