forked from Botanical/BotanJS
7 lines
143 B
CSS
7 lines
143 B
CSS
#extAPIConsole {
|
|
-webkit-transition: all 0s;
|
|
-moz-transition: all 0s;
|
|
-ms-transition: all 0s;
|
|
-o-transition: all 0s;
|
|
transition: all 0s;
|
|
} |