X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=css%2Fcustom.css;h=fa66f23e0a647990580939da3796aef6d60652e3;hb=74da6b38dd00947961f695e1f4f6fa61ea40e93f;hp=6acc795c684c4df21e28480ab69b830a574d407a;hpb=2de7df41637956708308dcb00b9eb17d79de724d;p=plack-app-gruntmaster.git diff --git a/css/custom.css b/css/custom.css index 6acc795..fa66f23 100644 --- a/css/custom.css +++ b/css/custom.css @@ -72,6 +72,14 @@ td.user, td.owner { word-break: break-all; } -ul.list-inline { - display: inline-block; -} \ No newline at end of file +#themes { + margin-left: 0; +} + +#themes:before { + content: " Themes: "; +} + +.transition-color, .transition-color * { + transition: color 0.5s ease-in, background-color 0.5s ease-in; +}