Веб-Розробка

WebDevelop

Menu

  • Ruby On Rails Gems
  • Лінки

Category Archives: select2

How to change the css of color of select2 tag

Січень 9, 2017 by admin

For instance, we have select with id="element id" and we have to set red color for text

1
2
3
4
5
6
7
8
9
#select2-element_id-container {
  color: red;
}
#select2-element_id-container .select2-selection__placeholder
{
  color: red;
}
 
 

 

Posted in css, select2 / Leave a comment

Недавні записи

  • Upgrade MySQL from 5.7 to 8 on Ubuntu
  • G Suite Marketplace
  • Install ImageMagick with WEBP on Ubuntu 18.04
  • Migration Rails DB from Heroku To AWS EC2(VPS)
  • Sidekiq worker and generate PDF

Останні коментарі

  • Savio до CKEditor + elFinder в Rails 4
  • Max до CKEditor + elFinder в Rails 4

Категорії

  • css (5)
    • bootstrap (2)
  • DataBase (6)
    • PostgreSql (6)
    • SQLite (1)
  • devops (1)
  • Git (3)
    • GitHub.com (1)
  • Javascript (21)
    • Ajax (10)
    • jQuery (9)
      • select2 (1)
    • React (1)
  • Ruby (45)
    • Rspec (3)
    • Ruby on Rails (40)
  • Без категорії (52)
Proudly powered by WordPress | Theme: tdsimple by Taras Dashkevych.