Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 8e78fe91

Přidáno uživatelem Petr Urban před téměř 3 roky(ů)

repaired bug in index.html template

Zobrazit rozdíly:

src/main/webapp/WEB-INF/templates/index.html
26 26
            font-size: 1.3em !important;
27 27
        }
28 28

  
29
        .custom-td-style:hover {
29
        .custom-td-style tr:hover td {
30 30
            background-color: white !important;
31 31
            border-bottom: none !important;
32 32
        }
......
36 36
            font-weight: 500;
37 37
            border-bottom: none !important;
38 38
       }
39

  
40
       .custom-td-style-ext tr:hover td {
41
            background-color: white !important;
42
            border-bottom: none !important;
43
       }
44

  
45
       .custom-td-style-ext {
46
            border-bottom: none !important;
47
            text-align: center !important;
48
       }
49

  
50
       .no-hover:hover {
51
            background-color: white !important;
52
       }
39 53
    </style>
40 54

  
41 55
</head>
......
63 77
                    <thead></thead>
64 78
                    <tbody>
65 79

  
66
                    <tr>
80
                    <tr class="no-hover">
67 81
                        <td class="custom-td-style">
68 82
                            Quick Select
69 83
                        </td>
70
                        <td class="custom-td-style">
84
                        <td class="custom-td-style-ext">
71 85
                            <!--<label class="form-check-label" for="select_all_projects">Select All</label>-->
72 86
                            <input type="checkbox" class="form-check-input add-label" id="select_all_projects"
73 87
                                   onclick="checkAllProjects(this)">
......
97 111
                    
98 112
                    </thead>
99 113
                    <tbody>
100
                    <tr>
114
                    <tr class="no-hover">
101 115
                        <td class="custom-td-style">
102 116
                            Quick Select
103 117
                        </td>
104
                        <td class="custom-td-style">
118
                        <td class="custom-td-style-ext">
105 119
                            <!--                            <label class="form-check-label" for="select_all_anti_patterns">Select All</label>-->
106 120
                            <input type="checkbox" class="form-check-input add-label" id="select_all_anti_patterns"
107 121
                                   onclick="checkAllAntiPatterns(this)">

Také k dispozici: Unified diff