Grammalecte  Check-in [09ee3a6bc8]

Overview
Comment:[fx] ui: buttons color update
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | fx | comdic
Files: files | file ages | folders
SHA3-256: 09ee3a6bc845ede8ce372a95f6e0a02face186daf1d3fba0967880b83b43a132
User & Date: olr on 2018-12-19 11:28:39
Other Links: branch diff | manifest | tags
Context
2018-12-19
12:57
[fx] prevent multi-tabs opening, activate tab if already opened check-in: ef8e7e4dcf user: olr tags: fx, comdic
11:28
[fx] ui: buttons color update check-in: 09ee3a6bc8 user: olr tags: fx, comdic
2018-12-17
15:32
[fx] dictionaries selection (update) check-in: d784ee1493 user: olr tags: fx, comdic
Changes

Modified gc_lang/fr/webext/panel/dictionaries.css from [fd2507d35c] to [bafc0510cd].

83
84
85
86
87
88
89
90
91
92
93
94
95
96
97




98
99
100
101
102
103




104
105
106
107
108
109
110
    color: hsl(0, 0%, 50%);
}


.dic_button {
    margin: 2px;
    display: inline-block;
    border: 1px solid hsl(0, 0%, 70%);
    border-radius: 3px;
}
.dic_button_close {
    display: inline-block;
    padding: 1px 5px;
    background-color: hsl(0, 50%, 50%);
    color: hsl(0, 90%, 90%);




    cursor: pointer;
}
.dic_button_label {
    display: inline-block;
    padding: 1px 10px;
    background-color: hsl(0, 0%, 90%);




}


/*
    Table
*/
#wait_progress {







<
<






>
>
>
>





|
>
>
>
>







83
84
85
86
87
88
89


90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
    color: hsl(0, 0%, 50%);
}


.dic_button {
    margin: 2px;
    display: inline-block;


}
.dic_button_close {
    display: inline-block;
    padding: 1px 5px;
    background-color: hsl(0, 50%, 50%);
    color: hsl(0, 90%, 90%);
    border-style: solid;
    border-width: 1px 0 1px 1px;
    border-color: hsl(0, 50%, 45%);
    border-radius: 3px 0 0 3px;
    cursor: pointer;
}
.dic_button_label {
    display: inline-block;
    padding: 1px 10px;
    background-color: hsl(120, 50%, 94%);
    border-style: solid;
    border-width: 1px 1px 1px 0;
    border-color: hsl(120, 50%, 70%);
    border-radius: 0 3px 3px 0;
}


/*
    Table
*/
#wait_progress {