forked from extern/egroupware
Placeholder dialog upper case first letter of placeholder category & placeholder name
This commit is contained in:
parent
9344f2df9f
commit
90b3b47dc9
@ -24,7 +24,7 @@
|
|||||||
</hbox>
|
</hbox>
|
||||||
</vbox>
|
</vbox>
|
||||||
<styles>
|
<styles>
|
||||||
|
/** Structural stuff **/
|
||||||
#api\.insert_merge_placeholder_outer_box > #api\.insert_merge_placeholder_selects {
|
#api\.insert_merge_placeholder_outer_box > #api\.insert_merge_placeholder_selects {
|
||||||
flex: 1 1 80%;
|
flex: 1 1 80%;
|
||||||
}
|
}
|
||||||
@ -76,6 +76,11 @@
|
|||||||
border-radius: 0px;
|
border-radius: 0px;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/** Cosmetics **/
|
||||||
|
#api\.insert_merge_placeholder_outer_box option:first-letter {
|
||||||
|
text-transform: capitalize;
|
||||||
|
}
|
||||||
</styles>
|
</styles>
|
||||||
</template>
|
</template>
|
||||||
</overlay>
|
</overlay>
|
||||||
|
Loading…
Reference in New Issue
Block a user